Zserio C++17 runtime library
0.5.0
Built for Zserio 2.17.0
IIntrospectableView.h
Go to the documentation of this file.
1
#ifndef ZSERIO_PMR_I_INTROSPECTABLE_VIEW_H_INC
2
#define ZSERIO_PMR_I_INTROSPECTABLE_VIEW_H_INC
3
4
#include <memory_resource>
5
6
#include "
zserio/IIntrospectableView.h
"
7
8
// needed to have proper typedefs
9
#include "
zserio/pmr/Any.h
"
10
#include "
zserio/pmr/BitBuffer.h
"
11
#include "
zserio/pmr/String.h
"
12
13
namespace
zserio
14
{
15
namespace
pmr
16
{
17
22
using
IIntrospectableView
=
IBasicIntrospectableView<std::pmr::polymorphic_allocator<uint8_t>
>;
23
using
IIntrospectableViewConstPtr
=
IBasicIntrospectableViewConstPtr<std::pmr::polymorphic_allocator<uint8_t>
>;
26
}
// namespace pmr
27
}
// namespace zserio
28
29
#endif
// ZSERIO_PMR_I_INTROSPECTABLE_VIEW_H_INC
IIntrospectableView.h
zserio::IBasicIntrospectableView
Definition:
IIntrospectableView.h:22
zserio::pmr::IIntrospectableViewConstPtr
IBasicIntrospectableViewConstPtr< std::pmr::polymorphic_allocator< uint8_t > > IIntrospectableViewConstPtr
Definition:
IIntrospectableView.h:23
zserio
Definition:
AllocatorHolder.h:8
zserio::IBasicIntrospectableViewConstPtr
typename IBasicIntrospectableView< ALLOC >::ConstPtr IBasicIntrospectableViewConstPtr
Definition:
IIntrospectableView.h:77
Any.h
BitBuffer.h
String.h
zserio
pmr
IIntrospectableView.h
Generated by
1.9.1