|
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 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::raw_ref::size |