11 #ifndef MSGPACK_V1_OBJECT_FWD_DECL_HPP
12 #define MSGPACK_V1_OBJECT_FWD_DECL_HPP
35 #if defined(MSGPACK_USE_LEGACY_NAME_AS_FLOAT)
57 #if !defined(MSGPACK_USE_CPP03)
60 template <
typename T,
typename Enabler =
void>
Definition: object_fwd.hpp:231
object_type
Definition: object_fwd_decl.hpp:27
@ EXT
Definition: object_fwd_decl.hpp:42
@ FLOAT64
Definition: object_fwd_decl.hpp:33
@ BOOLEAN
Definition: object_fwd_decl.hpp:29
@ MAP
Definition: object_fwd_decl.hpp:41
@ NIL
Definition: object_fwd_decl.hpp:28
@ STR
Definition: object_fwd_decl.hpp:38
@ FLOAT
Definition: object_fwd_decl.hpp:34
@ ARRAY
Definition: object_fwd_decl.hpp:40
@ BIN
Definition: object_fwd_decl.hpp:39
@ POSITIVE_INTEGER
Definition: object_fwd_decl.hpp:30
@ NEGATIVE_INTEGER
Definition: object_fwd_decl.hpp:31
@ FLOAT32
Definition: object_fwd_decl.hpp:32
Definition: adaptor_base.hpp:15
Definition: object_fwd_decl.hpp:61
Definition: object_fwd.hpp:53
#define MSGPACK_DEPRECATED(msg)
Definition: cpp_config.hpp:138
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:66