Zserio C++ runtime library
1.0.0
Built for Zserio 2.13.0
Main Page
Namespaces
Classes
Files
File List
File Members
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/String.h
"
10
#include "
zserio/pmr/BitBuffer.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
zserio::IBasicReflectableConstPtr
typename IBasicReflectable< ALLOC >::ConstPtr IBasicReflectableConstPtr
Definition:
IReflectable.h:519
zserio::IBasicReflectablePtr
typename IBasicReflectable< ALLOC >::Ptr IBasicReflectablePtr
Definition:
IReflectable.h:516
BitBuffer.h
zserio
Definition:
AllocatorHolder.h:6
IReflectable.h
zserio::pmr::IReflectableConstPtr
IBasicReflectableConstPtr< PropagatingPolymorphicAllocator< uint8_t >> IReflectableConstPtr
Definition:
IReflectable.h:23
AnyHolder.h
String.h
PolymorphicAllocator.h
zserio::pmr::IReflectablePtr
IBasicReflectablePtr< PropagatingPolymorphicAllocator< uint8_t >> IReflectablePtr
Definition:
IReflectable.h:22
zserio::IBasicReflectable
Definition:
IReflectable.h:31
zserio
pmr
IReflectable.h
Generated by
1.8.11