Go to the source code of this file.
§ MSGPACK_ADD_ENUM
#define MSGPACK_ADD_ENUM |
( |
|
enum_name | ) |
|
§ MSGPACK_BASE_ARRAY
#define MSGPACK_BASE_ARRAY |
( |
|
base | ) |
(*const_cast<base *>(static_cast<base const*>(this))) |
§ MSGPACK_DEFINE_ARRAY
#define MSGPACK_DEFINE_ARRAY |
( |
|
... | ) |
|
Value:template <typename Packer> \
void msgpack_pack(Packer& pk) const \
} \
}\
template <typename MSGPACK_OBJECT> \
}
Definition: cpp03_zone.hpp:34
Object class that corresponding to MessagePack format object.
Definition: object_fwd.hpp:106
define_array< Args... > make_define_array(Args &... args)
Definition: cpp11_define_array.hpp:182