|
MessagePack for C++
|
#include <cpp03_define_array.hpp>
Public Types | |
| typedef define_array | value_type |
| typedef tuple | tuple_type |
| typedef define_array | value_type |
| typedef std::tuple | tuple_type |
Public Member Functions | |
| template<typename Packer> | |
| void | msgpack_pack (Packer &pk) const |
| void | msgpack_unpack (msgpack::object const &o) |
| void | msgpack_object (msgpack::object *o, msgpack::zone &) const |
| template<typename Packer> | |
| void | msgpack_pack (Packer &pk) const |
| void | msgpack_unpack (msgpack::object const &o) |
| void | msgpack_object (msgpack::object *o, msgpack::zone &) const |
| define_array (Args &... args) | |
Public Attributes | |
| std::tuple< Args &... > | a |
| typedef tuple msgpack::type::define_array<>::tuple_type |
| typedef std::tuple msgpack::type::define_array<>::tuple_type |
| typedef define_array msgpack::type::define_array<>::value_type |
| typedef define_array msgpack::type::define_array<>::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References msgpack::type::ARRAY, and msgpack::object::type.
|
inline |
References msgpack::type::ARRAY, and msgpack::object::type.
| std::tuple<Args&...> msgpack::type::define_array< Args >::a |