|
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 ptr, msgpack::type::array_ref< T >::size(), and size.
References ptr, msgpack::type::array_ref< T >::size(), and size.
References ptr, msgpack::type::array_ref< T >::size(), and size.
| uint32_t msgpack::type::v4raw_ref::size |