Zserio C++ runtime library
1.1.0
Built for Zserio 2.15.0
IService.h
Go to the documentation of this file.
1
#ifndef ZSERIO_I_SERVICE_H_INC
2
#define ZSERIO_I_SERVICE_H_INC
3
4
#include "
zserio/IService.h
"
5
#include "
zserio/pmr/PolymorphicAllocator.h
"
6
7
// needed to have proper pmr typedefs
8
#include "
zserio/pmr/IReflectable.h
"
9
10
namespace
zserio
11
{
12
namespace
pmr
13
{
14
17
using
IServiceData
=
IBasicServiceData<PropagatingPolymorphicAllocator<uint8_t>
>;
18
using
IServiceDataPtr
=
IBasicServiceDataPtr<PropagatingPolymorphicAllocator<uint8_t>
>;
19
using
IService
=
IBasicService<PropagatingPolymorphicAllocator<uint8_t>
>;
20
using
IServiceClient
=
IBasicServiceClient<PropagatingPolymorphicAllocator<uint8_t>
>;
27
using
ReflectableServiceData
=
BasicReflectableServiceData<PropagatingPolymorphicAllocator<uint8_t>
>;
28
using
ObjectServiceData
=
BasicObjectServiceData<PropagatingPolymorphicAllocator<uint8_t>
>;
29
using
RawServiceDataHolder
=
BasicRawServiceDataHolder<PropagatingPolymorphicAllocator<uint8_t>
>;
30
using
RawServiceDataView
=
BasicRawServiceDataView<PropagatingPolymorphicAllocator<uint8_t>
>;
31
32
}
// namespace pmr
33
}
// namespace zserio
34
35
#endif
// ZSERIO_I_SERVICE_H_INC
IService.h
PolymorphicAllocator.h
zserio::BasicObjectServiceData
Definition:
IService.h:98
zserio::BasicRawServiceDataHolder
Definition:
IService.h:133
zserio::BasicRawServiceDataView
Definition:
IService.h:174
zserio::BasicReflectableServiceData
Definition:
IService.h:52
zserio::IBasicServiceClient
Definition:
IService.h:228
zserio::IBasicServiceData
Definition:
IService.h:20
zserio::IBasicService
Definition:
IService.h:204
zserio::pmr::IServiceDataPtr
IBasicServiceDataPtr< PropagatingPolymorphicAllocator< uint8_t > > IServiceDataPtr
Definition:
IService.h:18
zserio
Definition:
AllocatorHolder.h:7
zserio::IBasicServiceDataPtr
std::shared_ptr< IBasicServiceData< ALLOC > > IBasicServiceDataPtr
Definition:
IService.h:42
IReflectable.h
zserio
pmr
IService.h
Generated by
1.9.1