Zserio C++ runtime library
1.1.0
Built for Zserio 2.15.0
|
#include "zserio/IService.h"
#include "zserio/pmr/PolymorphicAllocator.h"
#include "zserio/pmr/IReflectable.h"
Go to the source code of this file.
Namespaces | |
zserio | |
zserio::pmr | |
Typedefs | |
using | zserio::pmr::ReflectableServiceData = BasicReflectableServiceData< PropagatingPolymorphicAllocator< uint8_t > > |
using | zserio::pmr::ObjectServiceData = BasicObjectServiceData< PropagatingPolymorphicAllocator< uint8_t > > |
using | zserio::pmr::RawServiceDataHolder = BasicRawServiceDataHolder< PropagatingPolymorphicAllocator< uint8_t > > |
using | zserio::pmr::RawServiceDataView = BasicRawServiceDataView< PropagatingPolymorphicAllocator< uint8_t > > |
using | zserio::pmr::IServiceData = IBasicServiceData< PropagatingPolymorphicAllocator< uint8_t > > |
using | zserio::pmr::IServiceDataPtr = IBasicServiceDataPtr< PropagatingPolymorphicAllocator< uint8_t > > |
using | zserio::pmr::IService = IBasicService< PropagatingPolymorphicAllocator< uint8_t > > |
using | zserio::pmr::IServiceClient = IBasicServiceClient< PropagatingPolymorphicAllocator< uint8_t > > |