MessagePack for C++
Public Types | Public Member Functions | List of all members
msgpack::type::define_array<> Struct Template Reference

#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
 

Member Typedef Documentation

typedef std::tuple msgpack::type::define_array<>::tuple_type

Member Function Documentation

void msgpack::type::define_array<>::msgpack_object ( msgpack::object o,
msgpack::zone  
) const
inline
void msgpack::type::define_array<>::msgpack_object ( msgpack::object o,
msgpack::zone  
) const
inline
template<typename Packer >
void msgpack::type::define_array<>::msgpack_pack ( Packer &  pk) const
inline
template<typename Packer >
void msgpack::type::define_array<>::msgpack_pack ( Packer &  pk) const
inline
void msgpack::type::define_array<>::msgpack_unpack ( msgpack::object const &  o)
inline
void msgpack::type::define_array<>::msgpack_unpack ( msgpack::object const &  o)
inline

The documentation for this struct was generated from the following files: