00001 #ifndef PROTON_TYPES_HPP
00002 #define PROTON_TYPES_HPP
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00029
00030
00031
00032 #include "./annotation_key.hpp"
00033 #include "./binary.hpp"
00034 #include "./codec/deque.hpp"
00035 #include "./codec/list.hpp"
00036 #include "./codec/map.hpp"
00037 #include "./codec/vector.hpp"
00038 #include "./internal/config.hpp"
00039 #include "./decimal.hpp"
00040 #include "./duration.hpp"
00041 #include "./message_id.hpp"
00042 #include "./scalar.hpp"
00043 #include "./symbol.hpp"
00044 #include "./timestamp.hpp"
00045 #include "./types_fwd.hpp"
00046 #include "./uuid.hpp"
00047 #include "./value.hpp"
00048 #include "./internal/config.hpp"
00049
00050 #if PN_CPP_HAS_CPP11
00051 #include "./codec/forward_list.hpp"
00052 #include "./codec/unordered_map.hpp"
00053 #endif
00054
00055 #endif // PROTON_TYPES_HPP