|
MessagePack for C++
|
#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 |
|
inline |
References msgpack::convert().
References msgpack::convert(), ptr, and size.
References msgpack::convert(), ptr, and size.
References msgpack::convert(), ptr, and size.
Referenced by operator<(), operator==(), operator>(), and str().
| uint32_t msgpack::type::v4raw_ref::size |
Referenced by operator<(), operator==(), operator>(), and str().