|
MessagePack for C++
|
#include <raw.hpp>
Public Member Functions | |
| raw_ref () | |
| raw_ref (const char *p, uint32_t s) | |
| std::string | str () const |
| bool | operator== (const raw_ref &x) const |
| bool | operator!= (const raw_ref &x) const |
| bool | operator< (const raw_ref &x) const |
| bool | operator> (const raw_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::raw_ref::size |
Referenced by operator<(), operator==(), operator>(), and str().