11 #ifndef MSGPACK_V1_OBJECT_FWD_DECL_HPP 12 #define MSGPACK_V1_OBJECT_FWD_DECL_HPP 16 #include "msgpack/object.h" 29 NIL = MSGPACK_OBJECT_NIL,
34 #if defined(MSGPACK_USE_LEGACY_NAME_AS_FLOAT) 35 DOUBLE = MSGPACK_OBJECT_DOUBLE,
36 #endif // MSGPACK_USE_LEGACY_NAME_AS_FLOAT 37 STR = MSGPACK_OBJECT_STR,
38 BIN = MSGPACK_OBJECT_BIN,
40 MAP = MSGPACK_OBJECT_MAP,
41 EXT = MSGPACK_OBJECT_EXT
56 #if !defined(MSGPACK_USE_CPP03) 59 template <
typename T,
typename Enabler =
void>
66 #endif // !defined(MSGPACK_USE_CPP03) 76 #endif // MSGPACK_V1_OBJECT_FWD_DECL_HPP Definition: object_fwd_decl.hpp:37
Definition: object_fwd.hpp:42
Definition: object_fwd_decl.hpp:30
Definition: object_fwd_decl.hpp:60
Definition: object_fwd_decl.hpp:38
Definition: adaptor_base.hpp:15
Definition: object_fwd_decl.hpp:33
object_type
Definition: object_fwd_decl.hpp:28
Definition: object.hpp:29
Definition: object_fwd_decl.hpp:29
Definition: object_fwd_decl.hpp:32
Definition: object_fwd.hpp:22
Definition: object_fwd.hpp:233
Definition: object_fwd_decl.hpp:41
Object class that corresponding to MessagePack format object.
Definition: object_fwd.hpp:75
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58
Definition: object_fwd_decl.hpp:39
Definition: object_fwd_decl.hpp:40
Definition: object_fwd.hpp:53
Definition: object_fwd.hpp:27
Definition: object_fwd.hpp:37
Definition: object_fwd.hpp:32
Definition: object_fwd_decl.hpp:31