Zserio C++ runtime library
1.1.0
Built for Zserio 2.15.0
IReflectable.h
Go to the documentation of this file.
1
#ifndef ZSERIO_PMR_I_REFLECTABLE_H_INC
2
#define ZSERIO_PMR_I_REFLECTABLE_H_INC
3
4
#include "
zserio/IReflectable.h
"
5
#include "
zserio/pmr/PolymorphicAllocator.h
"
6
7
// needed to have proper typedefs
8
#include "
zserio/pmr/AnyHolder.h
"
9
#include "
zserio/pmr/BitBuffer.h
"
10
#include "
zserio/pmr/String.h
"
11
12
namespace
zserio
13
{
14
namespace
pmr
15
{
16
21
using
IReflectable
=
IBasicReflectable<PropagatingPolymorphicAllocator<uint8_t>
>;
22
using
IReflectablePtr
=
IBasicReflectablePtr<PropagatingPolymorphicAllocator<uint8_t>
>;
23
using
IReflectableConstPtr
=
IBasicReflectableConstPtr<PropagatingPolymorphicAllocator<uint8_t>
>;
26
}
// namespace pmr
27
}
// namespace zserio
28
29
#endif
// ZSERIO_PMR_I_REFLECTABLE_H_INC
IReflectable.h
PolymorphicAllocator.h
zserio::IBasicReflectable
Definition:
IReflectable.h:33
zserio::pmr::IReflectableConstPtr
IBasicReflectableConstPtr< PropagatingPolymorphicAllocator< uint8_t > > IReflectableConstPtr
Definition:
IReflectable.h:23
zserio::pmr::IReflectablePtr
IBasicReflectablePtr< PropagatingPolymorphicAllocator< uint8_t > > IReflectablePtr
Definition:
IReflectable.h:22
zserio
Definition:
AllocatorHolder.h:7
zserio::IBasicReflectablePtr
typename IBasicReflectable< ALLOC >::Ptr IBasicReflectablePtr
Definition:
IReflectable.h:531
zserio::IBasicReflectableConstPtr
typename IBasicReflectable< ALLOC >::ConstPtr IBasicReflectableConstPtr
Definition:
IReflectable.h:534
AnyHolder.h
BitBuffer.h
String.h
zserio
pmr
IReflectable.h
Generated by
1.9.1