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

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

allocator() noexceptmsgpack_light::object< Allocator >inline
allocator_msgpack_light::object< Allocator >private
allocator_type typedefmsgpack_light::details::mutable_object_base< object< standard_allocator >, standard_allocator >
as_array()msgpack_light::details::mutable_object_base< object< standard_allocator >, standard_allocator >inline
msgpack_light::details::const_object_base< object< standard_allocator > >::as_array() constmsgpack_light::details::const_object_base< object< standard_allocator > >inline
as_binary() constmsgpack_light::details::const_object_base< object< standard_allocator > >inline
as_boolean() constmsgpack_light::details::const_object_base< object< standard_allocator > >inline
as_extension() constmsgpack_light::details::const_object_base< object< standard_allocator > >inline
as_float32() constmsgpack_light::details::const_object_base< object< standard_allocator > >inline
as_float64() constmsgpack_light::details::const_object_base< object< standard_allocator > >inline
as_map()msgpack_light::details::mutable_object_base< object< standard_allocator >, standard_allocator >inline
msgpack_light::details::const_object_base< object< standard_allocator > >::as_map() constmsgpack_light::details::const_object_base< object< standard_allocator > >inline
as_signed_integer() constmsgpack_light::details::const_object_base< object< standard_allocator > >inline
as_string() constmsgpack_light::details::const_object_base< object< standard_allocator > >inline
as_unsigned_integer() constmsgpack_light::details::const_object_base< object< standard_allocator > >inline
base_type typedefmsgpack_light::object< Allocator >
clear() noexceptmsgpack_light::details::mutable_object_base< object< standard_allocator >, standard_allocator >inline
const_object_base()=defaultmsgpack_light::details::const_object_base< object< standard_allocator > >protected
data() noexceptmsgpack_light::object< Allocator >inline
data() const noexceptmsgpack_light::object< Allocator >inline
data_msgpack_light::object< Allocator >private
derived() noexceptmsgpack_light::details::mutable_object_base< object< standard_allocator >, standard_allocator >inlineprotected
msgpack_light::details::const_object_base< object< standard_allocator > >::derived() const noexceptmsgpack_light::details::const_object_base< object< standard_allocator > >inlineprotected
mutable_object_base()=defaultmsgpack_light::details::mutable_object_base< object< standard_allocator >, standard_allocator >protected
object(allocator_type allocator=allocator_type())msgpack_light::object< Allocator >inlineexplicit
object(const object &other)msgpack_light::object< Allocator >inline
object(object &&other) noexceptmsgpack_light::object< Allocator >inline
operator=(const object &other)msgpack_light::object< Allocator >inline
operator=(object &&other) noexceptmsgpack_light::object< Allocator >inline
set_array(std::size_t size=0U)msgpack_light::details::mutable_object_base< object< standard_allocator >, standard_allocator >inline
set_binary(binary_view value)msgpack_light::details::mutable_object_base< object< standard_allocator >, standard_allocator >inline
set_boolean(bool value) noexceptmsgpack_light::details::mutable_object_base< object< standard_allocator >, standard_allocator >inline
set_extension(std::int8_t type, binary_view value_data)msgpack_light::details::mutable_object_base< object< standard_allocator >, standard_allocator >inline
set_float32(float value) noexceptmsgpack_light::details::mutable_object_base< object< standard_allocator >, standard_allocator >inline
set_float64(double value) noexceptmsgpack_light::details::mutable_object_base< object< standard_allocator >, standard_allocator >inline
set_map(std::size_t size=0U)msgpack_light::details::mutable_object_base< object< standard_allocator >, standard_allocator >inline
set_signed_integer(std::int64_t value) noexceptmsgpack_light::details::mutable_object_base< object< standard_allocator >, standard_allocator >inline
set_string(std::string_view value)msgpack_light::details::mutable_object_base< object< standard_allocator >, standard_allocator >inline
set_unsigned_integer(std::uint64_t value) noexceptmsgpack_light::details::mutable_object_base< object< standard_allocator >, standard_allocator >inline
swap(object &other) noexceptmsgpack_light::object< Allocator >inline
type() const noexceptmsgpack_light::details::const_object_base< object< standard_allocator > >inline
~object()msgpack_light::object< Allocator >inline