|
MessagePack for C++
|
#include <cpp11_define_map.hpp>
Public Member Functions | |
| define_map (Args &... args) | |
| template<typename Packer > | |
| void | msgpack_pack (Packer &pk) const |
| void | msgpack_unpack (msgpack::object const &o) const |
| void | msgpack_object (msgpack::object *o, msgpack::zone &z) const |
Public Attributes | |
| std::tuple< Args &... > | a |
|
inline |
|
inline |
|
inline |
References msgpack::type::define_map< Args >::a, and msgpack::convert().
|
inline |
| std::tuple<Args&...> msgpack::type::define_map< Args >::a |