Go to the documentation of this file.
11 #ifndef MSGPACK_V3_OBJECT_FWD_DECL_HPP
12 #define MSGPACK_V3_OBJECT_FWD_DECL_HPP
31 #if defined(MSGPACK_USE_LEGACY_NAME_AS_FLOAT)
32 using v2::type::DOUBLE;
33 #endif // MSGPACK_USE_LEGACY_NAME_AS_FLOAT
45 using v2::object_array;
55 #if !defined(MSGPACK_USE_CPP03)
59 template <
typename T,
typename Enabler =
void>
67 #endif // !defined(MSGPACK_USE_CPP03)
75 #endif // MSGPACK_V3_OBJECT_FWD_DECL_HPP
@ STR
Definition: object_fwd_decl.hpp:39
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
@ 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
@ FLOAT
Definition: object_fwd_decl.hpp:35
@ POSITIVE_INTEGER
Definition: object_fwd_decl.hpp:31
@ MAP
Definition: object_fwd_decl.hpp:42