Go to the documentation of this file.
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
@ STR
Definition: object_fwd_decl.hpp:39
Definition: object_fwd.hpp:53
Definition: adaptor_base.hpp:15
object_type
Definition: object_fwd_decl.hpp:28
@ BIN
Definition: object_fwd_decl.hpp:40
@ FLOAT32
Definition: object_fwd_decl.hpp:33
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58
@ BOOLEAN
Definition: object_fwd_decl.hpp:30
Definition: object_fwd_decl.hpp:62
@ FLOAT64
Definition: object_fwd_decl.hpp:34
@ NEGATIVE_INTEGER
Definition: object_fwd_decl.hpp:32
@ ARRAY
Definition: object_fwd_decl.hpp:41
@ NIL
Definition: object_fwd_decl.hpp:29
@ EXT
Definition: object_fwd_decl.hpp:43
Definition: object_fwd.hpp:236
@ FLOAT
Definition: object_fwd_decl.hpp:35
#define MSGPACK_DEPRECATED(msg)
Definition: cpp_config.hpp:132
@ POSITIVE_INTEGER
Definition: object_fwd_decl.hpp:31
@ MAP
Definition: object_fwd_decl.hpp:42