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

References msgpack::convert().

◆ ext() [3/4]

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

References msgpack::convert().

◆ ext() [4/4]

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

Member Function Documentation

◆ data() [1/2]

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

◆ data() [2/2]

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

◆ operator!=()

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

References msgpack::convert().

◆ operator<()

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

References msgpack::convert().

◆ operator==()

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

References msgpack::convert().

◆ operator>()

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

References msgpack::convert().

◆ size()

uint32_t msgpack::type::ext::size ( ) const
inline

References msgpack::convert().

◆ type()

int8_t msgpack::type::ext::type ( ) const
inline

References msgpack::convert().

Friends And Related Symbol Documentation

◆ ext_ref


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