MessagePack for C++
Loading...
Searching...
No Matches
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

◆ ext() [1/4]

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

◆ ext() [2/4]

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

◆ ext() [3/4]

msgpack::type::ext::ext ( int8_t t,
uint32_t s )
inline

◆ ext() [4/4]

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

References ext().

Member Function Documentation

◆ data() [1/2]

char * msgpack::type::ext::data ( )
inline

◆ data() [2/2]

◆ operator!=()

bool msgpack::type::ext::operator!= ( const ext & x) const
inline

References ext().

◆ operator<()

bool msgpack::type::ext::operator< ( const ext & x) const
inline

References ext().

◆ operator==()

bool msgpack::type::ext::operator== ( const ext & x) const
inline

References ext().

◆ operator>()

bool msgpack::type::ext::operator> ( const ext & x) const
inline

References ext().

◆ size()

◆ type()

◆ ext_ref

friend class ext_ref
friend

References ext_ref.

Referenced by ext_ref.


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