Zserio C++ runtime library  1.0.2
Built for Zserio 2.14.1
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"
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 
26 } // namespace pmr
27 } // namespace zserio
28 
29 #endif // ZSERIO_PMR_I_REFLECTABLE_H_INC
IBasicReflectableConstPtr< PropagatingPolymorphicAllocator< uint8_t > > IReflectableConstPtr
Definition: IReflectable.h:23
IBasicReflectablePtr< PropagatingPolymorphicAllocator< uint8_t > > IReflectablePtr
Definition: IReflectable.h:22
typename IBasicReflectable< ALLOC >::Ptr IBasicReflectablePtr
Definition: IReflectable.h:516
typename IBasicReflectable< ALLOC >::ConstPtr IBasicReflectableConstPtr
Definition: IReflectable.h:519