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

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

allocator() noexceptmsgpack_light::details::mutable_object_base< Derived, Allocator >inline
allocator_type typedefmsgpack_light::details::mutable_object_base< Derived, Allocator >
as_array()msgpack_light::details::mutable_object_base< Derived, 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< Derived, 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
clear() noexceptmsgpack_light::details::mutable_object_base< Derived, Allocator >inline
const_object_base()=defaultmsgpack_light::details::const_object_base< Derived >protected
data() noexceptmsgpack_light::details::mutable_object_base< Derived, Allocator >inline
data() const noexceptmsgpack_light::details::mutable_object_base< Derived, Allocator >inline
derived() noexceptmsgpack_light::details::mutable_object_base< Derived, Allocator >inlineprotected
derived() const noexceptmsgpack_light::details::mutable_object_base< Derived, Allocator >inlineprotected
mutable_object_base()=defaultmsgpack_light::details::mutable_object_base< Derived, Allocator >protected
set_array(std::size_t size=0U)msgpack_light::details::mutable_object_base< Derived, Allocator >inline
set_binary(binary_view value)msgpack_light::details::mutable_object_base< Derived, Allocator >inline
set_boolean(bool value) noexceptmsgpack_light::details::mutable_object_base< Derived, Allocator >inline
set_extension(std::int8_t type, binary_view value_data)msgpack_light::details::mutable_object_base< Derived, Allocator >inline
set_float32(float value) noexceptmsgpack_light::details::mutable_object_base< Derived, Allocator >inline
set_float64(double value) noexceptmsgpack_light::details::mutable_object_base< Derived, Allocator >inline
set_map(std::size_t size=0U)msgpack_light::details::mutable_object_base< Derived, Allocator >inline
set_signed_integer(std::int64_t value) noexceptmsgpack_light::details::mutable_object_base< Derived, Allocator >inline
set_string(std::string_view value)msgpack_light::details::mutable_object_base< Derived, Allocator >inline
set_unsigned_integer(std::uint64_t value) noexceptmsgpack_light::details::mutable_object_base< Derived, Allocator >inline
type() const noexceptmsgpack_light::details::const_object_base< Derived >inline