Zserio C++ runtime library  1.3.0
Built for Zserio 2.18.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"
6 
7 // needed to have proper typedefs
8 #include "zserio/Types.h"
9 #include "zserio/pmr/AnyHolder.h"
10 #include "zserio/pmr/BitBuffer.h"
11 #include "zserio/pmr/String.h"
12 
13 namespace zserio
14 {
15 namespace pmr
16 {
17 
27 } // namespace pmr
28 } // namespace zserio
29 
30 #endif // ZSERIO_PMR_I_REFLECTABLE_H_INC
IBasicReflectableConstPtr< PropagatingPolymorphicAllocator< uint8_t > > IReflectableConstPtr
Definition: IReflectable.h:24
IBasicReflectablePtr< PropagatingPolymorphicAllocator< uint8_t > > IReflectablePtr
Definition: IReflectable.h:23
typename IBasicReflectable< ALLOC >::Ptr IBasicReflectablePtr
Definition: IReflectable.h:532
typename IBasicReflectable< ALLOC >::ConstPtr IBasicReflectableConstPtr
Definition: IReflectable.h:535