MessagePack for C++
include
msgpack
type.hpp
Go to the documentation of this file.
1
#include "
cpp_config.hpp
"
2
#include "
adaptor/array_ref.hpp
"
3
#include "
adaptor/bool.hpp
"
4
#include "
adaptor/char_ptr.hpp
"
5
#include "
adaptor/deque.hpp
"
6
#include "
adaptor/ext.hpp
"
7
#include "
adaptor/fixint.hpp
"
8
#include "
adaptor/float.hpp
"
9
#include "
adaptor/int.hpp
"
10
#include "
adaptor/list.hpp
"
11
#include "
adaptor/map.hpp
"
12
#include "
adaptor/nil.hpp
"
13
#include "
adaptor/pair.hpp
"
14
#include "
adaptor/raw.hpp
"
15
#include "
adaptor/v4raw.hpp
"
16
#include "
adaptor/set.hpp
"
17
#include "
adaptor/string.hpp
"
18
#include "
adaptor/vector.hpp
"
19
#include "
adaptor/vector_bool.hpp
"
20
#include "
adaptor/vector_char.hpp
"
21
#include "
adaptor/vector_unsigned_char.hpp
"
22
#include "
adaptor/msgpack_tuple.hpp
"
23
#include "
adaptor/define.hpp
"
24
25
#if defined(MSGPACK_USE_CPP03)
26
27
#include "
adaptor/tr1/unordered_map.hpp
"
28
#include "
adaptor/tr1/unordered_set.hpp
"
29
30
#else // defined(MSGPACK_USE_CPP03)
31
32
#include "
adaptor/cpp11/array.hpp
"
33
#include "
adaptor/cpp11/array_char.hpp
"
34
#include "
adaptor/cpp11/array_unsigned_char.hpp
"
35
#include "
adaptor/cpp11/forward_list.hpp
"
36
#include "
adaptor/cpp11/reference_wrapper.hpp
"
37
#include "
adaptor/cpp11/shared_ptr.hpp
"
38
#include "
adaptor/cpp11/tuple.hpp
"
39
#include "
adaptor/cpp11/unique_ptr.hpp
"
40
#include "
adaptor/cpp11/unordered_map.hpp
"
41
#include "
adaptor/cpp11/unordered_set.hpp
"
42
43
#endif // defined(MSGPACK_USE_CPP03)
44
45
#if defined(MSGPACK_USE_BOOST)
46
47
#include "
adaptor/boost/fusion.hpp
"
48
#include "
adaptor/boost/msgpack_variant.hpp
"
49
#include "
adaptor/boost/optional.hpp
"
50
#include "
adaptor/boost/string_ref.hpp
"
51
52
#endif // defined(MSGPACK_USE_BOOST)
v4raw.hpp
raw.hpp
define.hpp
unordered_set.hpp
tuple.hpp
vector_bool.hpp
float.hpp
nil.hpp
unordered_map.hpp
optional.hpp
forward_list.hpp
array_unsigned_char.hpp
set.hpp
map.hpp
int.hpp
array_ref.hpp
ext.hpp
shared_ptr.hpp
cpp_config.hpp
unique_ptr.hpp
pair.hpp
array.hpp
vector_char.hpp
deque.hpp
unordered_set.hpp
string_ref.hpp
string.hpp
msgpack_variant.hpp
vector.hpp
reference_wrapper.hpp
msgpack_tuple.hpp
unordered_map.hpp
vector_unsigned_char.hpp
array_char.hpp
fixint.hpp
fusion.hpp
list.hpp
char_ptr.hpp
bool.hpp
Generated by
1.8.13