MessagePack for C++
|
This is the complete list of members for msgpack::unpacker, including all inherited members.
buffer() | msgpack::unpacker | inline |
buffer_capacity() const | msgpack::unpacker | inline |
buffer_consumed(std::size_t size) | msgpack::unpacker | inline |
data() | msgpack::unpacker | inline |
execute() | msgpack::unpacker | inline |
message_size() const | msgpack::unpacker | inline |
next(msgpack::object_handle *result) | msgpack::unpacker | inline |
next(msgpack::object_handle &result, bool &referenced) | msgpack::unpacker | inline |
next(msgpack::object_handle &result) | msgpack::unpacker | inline |
nonparsed_buffer() | msgpack::unpacker | inline |
nonparsed_size() const | msgpack::unpacker | inline |
operator=(unpacker &&other) | msgpack::unpacker | inline |
parsed_size() const | msgpack::unpacker | inline |
release_zone() | msgpack::unpacker | inline |
remove_nonparsed_buffer() | msgpack::unpacker | inline |
reserve_buffer(std::size_t size=MSGPACK_UNPACKER_RESERVE_SIZE) | msgpack::unpacker | inline |
reset() | msgpack::unpacker | inline |
reset_zone() | msgpack::unpacker | inline |
skip_nonparsed_buffer(std::size_t size) | msgpack::unpacker | inline |
unpacker(unpack_reference_func f=&unpacker::default_reference_func, void *user_data=MSGPACK_NULLPTR, std::size_t initial_buffer_size=MSGPACK_UNPACKER_INIT_BUFFER_SIZE, unpack_limit const &limit=unpack_limit()) | msgpack::unpacker | inline |
unpacker(unpacker &&other) | msgpack::unpacker | inline |
~unpacker() | msgpack::unpacker | inline |