MessagePack for C++
Public Member Functions | List of all members
msgpack::detail::context Class Reference

#include <unpack.hpp>

Public Member Functions

 context (unpack_reference_func f, void *user_data, unpack_limit const &limit)
 
void init ()
 
msgpack::object const & data () const
 
unpack_useruser ()
 
unpack_user const & user () const
 
int execute (const char *data, std::size_t len, std::size_t &off)
 

Constructor & Destructor Documentation

msgpack::detail::context::context ( unpack_reference_func  f,
void *  user_data,
unpack_limit const &  limit 
)
inline

Member Function Documentation

msgpack::object const& msgpack::detail::context::data ( ) const
inline
int msgpack::detail::context::execute ( const char *  data,
std::size_t  len,
std::size_t &  off 
)
inline
void msgpack::detail::context::init ( )
inline
unpack_user& msgpack::detail::context::user ( )
inline
unpack_user const& msgpack::detail::context::user ( ) const
inline

The documentation for this class was generated from the following file: