cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
Loading...
Searching...
No Matches
msgpack_light::mutable_object_ref< Allocator > Member List

This is the complete list of members for msgpack_light::mutable_object_ref< Allocator >, including all inherited members.

allocator() noexceptmsgpack_light::mutable_object_ref< Allocator >inline
allocator_msgpack_light::mutable_object_ref< Allocator >private
allocator_type typedefmsgpack_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() constmsgpack_light::details::const_object_base< Derived >inline
as_binary() constmsgpack_light::details::const_object_base< Derived >inline
as_boolean() constmsgpack_light::details::const_object_base< Derived >inline
as_extension() constmsgpack_light::details::const_object_base< Derived >inline
as_float32() constmsgpack_light::details::const_object_base< Derived >inline
as_float64() constmsgpack_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() constmsgpack_light::details::const_object_base< Derived >inline
as_signed_integer() constmsgpack_light::details::const_object_base< Derived >inline
as_string() constmsgpack_light::details::const_object_base< Derived >inline
as_unsigned_integer() constmsgpack_light::details::const_object_base< Derived >inline
base_type typedefmsgpack_light::mutable_object_ref< Allocator >
clear() noexceptmsgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator >inline
const_object_base()=defaultmsgpack_light::details::const_object_base< Derived >protected
data() noexceptmsgpack_light::mutable_object_ref< Allocator >inline
data() const noexceptmsgpack_light::mutable_object_ref< Allocator >inline
data_msgpack_light::mutable_object_ref< Allocator >private
derived() noexceptmsgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator >inlineprotected
derived() const noexceptmsgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator >inlineprotected
mutable_object_base()=defaultmsgpack_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) noexceptmsgpack_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) noexceptmsgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator >inline
set_float64(double value) noexceptmsgpack_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) noexceptmsgpack_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) noexceptmsgpack_light::details::mutable_object_base< mutable_object_ref< Allocator >, Allocator >inline
type() const noexceptmsgpack_light::details::const_object_base< Derived >inline