MessagePack for C++
Public Member Functions | Friends | List of all members
msgpack::type::ext Class Reference

#include <ext.hpp>

Public Member Functions

 ext ()
 
 ext (int8_t t, const char *p, uint32_t s)
 
 ext (int8_t t, uint32_t s)
 
 ext (ext_ref const &)
 
int8_t type () const
 
const char * data () const
 
char * data ()
 
uint32_t size () const
 
bool operator== (const ext &x) const
 
bool operator!= (const ext &x) const
 
bool operator< (const ext &x) const
 
bool operator> (const ext &x) const
 

Friends

class ext_ref
 

Constructor & Destructor Documentation

msgpack::type::ext::ext ( )
inline

Referenced by ext().

msgpack::type::ext::ext ( int8_t  t,
const char *  p,
uint32_t  s 
)
inline
msgpack::type::ext::ext ( int8_t  t,
uint32_t  s 
)
inline

References ext().

msgpack::type::ext::ext ( ext_ref const &  x)
inline

Member Function Documentation

const char* msgpack::type::ext::data ( ) const
inline
char* msgpack::type::ext::data ( )
inline
bool msgpack::type::ext::operator!= ( const ext x) const
inline
bool msgpack::type::ext::operator< ( const ext x) const
inline
bool msgpack::type::ext::operator== ( const ext x) const
inline
bool msgpack::type::ext::operator> ( const ext x) const
inline
uint32_t msgpack::type::ext::size ( ) const
inline
int8_t msgpack::type::ext::type ( ) const
inline

Friends And Related Function Documentation

friend class ext_ref
friend

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