MessagePack for C++
Loading...
Searching...
No Matches
msgpack::type::v4raw_ref Struct Reference

#include <v4raw.hpp>

Public Member Functions

 v4raw_ref ()
 v4raw_ref (const char *p, uint32_t s)
std::string str () const
bool operator== (const v4raw_ref &x) const
bool operator!= (const v4raw_ref &x) const
bool operator< (const v4raw_ref &x) const
bool operator> (const v4raw_ref &x) const

Public Attributes

uint32_t size
const char * ptr

Constructor & Destructor Documentation

◆ v4raw_ref() [1/2]

msgpack::type::v4raw_ref::v4raw_ref ( )
inline

References MSGPACK_NULLPTR, ptr, and size.

Referenced by operator!=(), operator<(), operator==(), and operator>().

◆ v4raw_ref() [2/2]

msgpack::type::v4raw_ref::v4raw_ref ( const char * p,
uint32_t s )
inline

References ptr, and size.

Member Function Documentation

◆ operator!=()

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

References v4raw_ref().

◆ operator<()

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

References ptr, size, and v4raw_ref().

◆ operator==()

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

References ptr, size, and v4raw_ref().

◆ operator>()

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

References ptr, size, and v4raw_ref().

◆ str()

std::string msgpack::type::v4raw_ref::str ( ) const
inline

References ptr, and size.

Member Data Documentation

◆ ptr

◆ size


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