allocator() noexcept | msgpack_light::mutable_object_ref< Allocator > | inline |
allocator_ | msgpack_light::mutable_object_ref< Allocator > | private |
allocator_type typedef | msgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator > | |
as_array() | msgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator > | inline |
msgpack_light::details::const_object_base::as_array() const | msgpack_light::details::const_object_base< Derived > | inline |
as_binary() const | msgpack_light::details::const_object_base< Derived > | inline |
as_boolean() const | msgpack_light::details::const_object_base< Derived > | inline |
as_extension() const | msgpack_light::details::const_object_base< Derived > | inline |
as_float32() const | msgpack_light::details::const_object_base< Derived > | inline |
as_float64() const | msgpack_light::details::const_object_base< Derived > | inline |
as_map() | msgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator > | inline |
msgpack_light::details::const_object_base::as_map() const | msgpack_light::details::const_object_base< Derived > | inline |
as_signed_integer() const | msgpack_light::details::const_object_base< Derived > | inline |
as_string() const | msgpack_light::details::const_object_base< Derived > | inline |
as_unsigned_integer() const | msgpack_light::details::const_object_base< Derived > | inline |
base_type typedef | msgpack_light::mutable_object_ref< Allocator > | |
clear() noexcept | msgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator > | inline |
const_object_base()=default | msgpack_light::details::const_object_base< Derived > | protected |
data() noexcept | msgpack_light::mutable_object_ref< Allocator > | inline |
data() const noexcept | msgpack_light::mutable_object_ref< Allocator > | inline |
data_ | msgpack_light::mutable_object_ref< Allocator > | private |
derived() noexcept | msgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator > | inlineprotected |
derived() const noexcept | msgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator > | inlineprotected |
mutable_object_base()=default | msgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator > | protected |
mutable_object_ref(details::object_data &data, details::allocator_wrapper< Allocator > &allocator) | msgpack_light::mutable_object_ref< Allocator > | inline |
set_array(std::size_t size=0U) | msgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator > | inline |
set_binary(binary_view value) | msgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator > | inline |
set_boolean(bool value) noexcept | msgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator > | inline |
set_extension(std::int8_t type, binary_view value_data) | msgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator > | inline |
set_float32(float value) noexcept | msgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator > | inline |
set_float64(double value) noexcept | msgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator > | inline |
set_map(std::size_t size=0U) | msgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator > | inline |
set_signed_integer(std::int64_t value) noexcept | msgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator > | inline |
set_string(std::string_view value) | msgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator > | inline |
set_unsigned_integer(std::uint64_t value) noexcept | msgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator > | inline |
type() const noexcept | msgpack_light::details::const_object_base< Derived > | inline |