| buffer() | msgpack::unpacker | inline |
| buffer_capacity() const | msgpack::unpacker | inline |
| buffer_consumed(std::size_t size) | msgpack::unpacker | inline |
| check_ext_size(std::size_t size) | msgpack::detail::context< unpacker > | inline |
| context(unpack_reference_func f, void *user_data, unpack_limit const &limit) | msgpack::detail::context< unpacker > | inline |
| context() | msgpack::detail::context< unpacker > | inline |
| create_object_visitor(unpack_reference_func f, void *user_data, unpack_limit const &limit) | msgpack::detail::create_object_visitor | inline |
| create_object_visitor(create_object_visitor &&other) | msgpack::detail::create_object_visitor | inline |
| data() | msgpack::unpacker | inline |
| parser< unpacker, zone_push_finalizer >::data() const | msgpack::detail::context< unpacker > | inline |
| msgpack::detail::create_object_visitor::data() const | msgpack::detail::create_object_visitor | inline |
| end_array() | msgpack::detail::create_object_visitor | inline |
| end_array_item() | msgpack::detail::create_object_visitor | inline |
| end_map() | msgpack::detail::create_object_visitor | inline |
| end_map_key() | msgpack::detail::create_object_visitor | inline |
| end_map_value() | msgpack::detail::create_object_visitor | inline |
| execute() | msgpack::unpacker | inline |
| parser< unpacker, zone_push_finalizer >::execute(const char *data, std::size_t len, std::size_t &off) | msgpack::detail::context< unpacker > | inline |
| flush_zone() | msgpack::unpacker | |
| get_raw_buffer() | msgpack::parser< unpacker, zone_push_finalizer > | inlineprotected |
| parser< unpacker, zone_push_finalizer >::init() | msgpack::detail::context< unpacker > | inline |
| parser< unpacker, zone_push_finalizer >::init() | msgpack::detail::context< unpacker > | inline |
| msgpack::detail::create_object_visitor::init() | msgpack::detail::create_object_visitor | inline |
| insufficient_bytes(size_t, size_t) | msgpack::detail::create_object_visitor | inline |
| m_func | msgpack::detail::create_object_visitor | |
| m_limit | msgpack::detail::create_object_visitor | |
| m_obj | msgpack::detail::create_object_visitor | |
| m_referenced | msgpack::detail::create_object_visitor | |
| m_stack | msgpack::detail::create_object_visitor | |
| m_user_data | msgpack::detail::create_object_visitor | |
| m_zone | msgpack::detail::create_object_visitor | |
| 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 |
| next(msgpack::object_handle &result, bool &referenced) | msgpack::unpacker | |
| next(msgpack::object_handle &result) | msgpack::unpacker | |
| parser< unpacker, zone_push_finalizer >::next() | msgpack::parser< unpacker, zone_push_finalizer > | inline |
| nonparsed_buffer() | msgpack::unpacker | inline |
| nonparsed_size() const | msgpack::unpacker | inline |
| operator=(unpacker &&other) | msgpack::unpacker | inline |
| parser< unpacker, zone_push_finalizer >::operator=(this_type &&other) | msgpack::parser< unpacker, zone_push_finalizer > | inline |
| parser< unpacker, zone_push_finalizer >::operator=(const this_type &)=delete | msgpack::parser< unpacker, zone_push_finalizer > | |
| msgpack::detail::create_object_visitor::operator=(create_object_visitor &&other) | msgpack::detail::create_object_visitor | inline |
| parse_error(size_t, size_t) | msgpack::detail::create_object_visitor | inline |
| parsed_size() const | msgpack::unpacker | inline |
| parser(zone_push_finalizer &hook, std::size_t initial_buffer_size=MSGPACK_UNPACKER_INIT_BUFFER_SIZE) | msgpack::parser< unpacker, zone_push_finalizer > | inline |
| parser(this_type &&other) | msgpack::parser< unpacker, zone_push_finalizer > | inline |
| parser(const this_type &)=delete | msgpack::parser< unpacker, zone_push_finalizer > | |
| referenced() const | msgpack::detail::create_object_visitor | inline |
| release_zone() | msgpack::unpacker | inline |
| release_zone() | msgpack::unpacker | |
| 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 |
| reset_zone() | msgpack::unpacker | |
| set_referenced(bool referenced) | msgpack::detail::create_object_visitor | inline |
| set_zone(msgpack::zone &zone) | msgpack::detail::create_object_visitor | inline |
| skip_nonparsed_buffer(std::size_t size) | msgpack::unpacker | inline |
| start_array(uint32_t num_elements) | msgpack::detail::create_object_visitor | inline |
| start_array_item() | msgpack::detail::create_object_visitor | inline |
| start_map(uint32_t num_kv_pairs) | msgpack::detail::create_object_visitor | inline |
| start_map_key() | msgpack::detail::create_object_visitor | inline |
| start_map_value() | msgpack::detail::create_object_visitor | 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(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 |
| user() | msgpack::detail::context< unpacker > | inline |
| user() const | msgpack::detail::context< unpacker > | inline |
| visit_bin(const char *v, uint32_t size) | msgpack::detail::create_object_visitor | inline |
| visit_boolean(bool v) | msgpack::detail::create_object_visitor | inline |
| visit_ext(const char *v, uint32_t size) | msgpack::detail::create_object_visitor | inline |
| visit_float32(float v) | msgpack::detail::create_object_visitor | inline |
| visit_float64(double v) | msgpack::detail::create_object_visitor | inline |
| visit_negative_integer(int64_t v) | msgpack::detail::create_object_visitor | inline |
| visit_nil() | msgpack::detail::create_object_visitor | inline |
| visit_positive_integer(uint64_t v) | msgpack::detail::create_object_visitor | inline |
| visit_str(const char *v, uint32_t size) | msgpack::detail::create_object_visitor | inline |
| visitor() | msgpack::unpacker | inline |
| zone() const | msgpack::detail::create_object_visitor | inline |
| zone() | msgpack::detail::create_object_visitor | inline |
| ~parser() | msgpack::parser< unpacker, zone_push_finalizer > | inline |
| ~unpacker() | msgpack::unpacker | inline |