|
MessagePack for C++
|
#include <object.hpp>
Public Member Functions | |
| object_pack_visitor (msgpack::packer< Stream > &pk) | |
| bool | visit_nil () |
| bool | visit_boolean (bool v) |
| bool | visit_positive_integer (uint64_t v) |
| bool | visit_negative_integer (int64_t v) |
| bool | visit_float32 (float v) |
| bool | visit_float64 (double v) |
| bool | visit_str (const char *v, uint32_t size) |
| bool | visit_bin (const char *v, uint32_t size) |
| bool | visit_ext (const char *v, uint32_t size) |
| bool | start_array (uint32_t num_elements) |
| bool | start_array_item () |
| bool | end_array_item () |
| bool | end_array () |
| bool | start_map (uint32_t num_kv_pairs) |
| bool | start_map_key () |
| bool | end_map_key () |
| bool | start_map_value () |
| bool | end_map_value () |
| bool | end_map () |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References msgpack::convert().
|
inline |
|
inline |
References msgpack::convert().
|
inline |
|
inline |
References msgpack::convert().
|
inline |
References msgpack::convert().
References msgpack::convert().
|
inline |
References msgpack::convert().
|
inline |
References msgpack::convert().
|
inline |
References msgpack::convert().
|
inline |
|
inline |
References msgpack::convert().
References msgpack::convert().