MessagePack for C++
Loading...
Searching...
No Matches
msgpack::type::define_array<> Struct 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
 define_array (Args &... args)

Public Attributes

std::tuple< Args &... > a

Member Typedef Documentation

◆ tuple_type [1/2]

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

◆ tuple_type [2/2]

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

◆ value_type [1/2]

◆ value_type [2/2]

Constructor & Destructor Documentation

◆ define_array()

msgpack::type::define_array< Args >::define_array ( Args &... args)
inline

Member Function Documentation

◆ msgpack_object() [1/2]

◆ msgpack_object() [2/2]

◆ msgpack_pack() [1/2]

template<typename Packer>
void msgpack::type::define_array<>::msgpack_pack ( Packer & pk) const
inline

◆ msgpack_pack() [2/2]

template<typename Packer>
void msgpack::type::define_array<>::msgpack_pack ( Packer & pk) const
inline

◆ msgpack_unpack() [1/2]

void msgpack::type::define_array<>::msgpack_unpack ( msgpack::object const & o)
inline

◆ msgpack_unpack() [2/2]

void msgpack::type::define_array<>::msgpack_unpack ( msgpack::object const & o)
inline

Member Data Documentation

◆ a

std::tuple<Args&...> msgpack::type::define_array< Args >::a

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