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,
36 #if defined(MSGPACK_USE_LEGACY_NAME_AS_FLOAT) 38 #endif // MSGPACK_USE_LEGACY_NAME_AS_FLOAT 39 STR = MSGPACK_OBJECT_STR,
40 BIN = MSGPACK_OBJECT_BIN,
42 MAP = MSGPACK_OBJECT_MAP,
43 EXT = MSGPACK_OBJECT_EXT
58 #if !defined(MSGPACK_USE_CPP03) 61 template <
typename T,
typename Enabler =
void>
68 #endif // !defined(MSGPACK_USE_CPP03) 78 #endif // MSGPACK_V1_OBJECT_FWD_DECL_HPP Definition: object_fwd_decl.hpp:39
Definition: object_fwd.hpp:42
Definition: object_fwd_decl.hpp:33
Definition: object_fwd_decl.hpp:30
Definition: object_fwd_decl.hpp:62
Definition: object_fwd_decl.hpp:40
Definition: adaptor_base.hpp:15
Definition: object_fwd_decl.hpp:35
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:236
Definition: object_fwd_decl.hpp:43
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:41
Definition: object_fwd_decl.hpp:42
Definition: object_fwd_decl.hpp:34
Definition: object_fwd.hpp:53
Definition: object_fwd.hpp:27
Definition: object_fwd.hpp:37
#define MSGPACK_DEPRECATED(msg)
Definition: cpp_config.hpp:132
Definition: object_fwd.hpp:32
Definition: object_fwd_decl.hpp:31