cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
Loading...
Searching...
No Matches
msgpack_light::binary Member List

This is the complete list of members for msgpack_light::binary, including all inherited members.

append(const unsigned char *data, std::size_t size)msgpack_light::binaryinline
binary()msgpack_light::binaryinline
binary(std::size_t size)msgpack_light::binaryinlineexplicit
binary(const unsigned char *data, std::size_t size)msgpack_light::binaryinline
binary(binary_view data)msgpack_light::binaryinlineexplicit
binary(const std::vector< unsigned char > &data)msgpack_light::binaryinlineexplicit
binary(std::initializer_list< unsigned char > data)msgpack_light::binaryinline
binary(std::string_view data_string)msgpack_light::binaryinlineexplicit
buffer_msgpack_light::binaryprivate
capacity() const noexceptmsgpack_light::binaryinline
data() noexceptmsgpack_light::binaryinline
data() const noexceptmsgpack_light::binaryinline
operator!=(const binary &other) const noexceptmsgpack_light::binaryinline
operator+=(const binary &other)msgpack_light::binaryinline
operator==(const binary &other) const noexceptmsgpack_light::binaryinline
operator[](std::size_t index) noexceptmsgpack_light::binaryinline
operator[](std::size_t index) const noexceptmsgpack_light::binaryinline
reserve(std::size_t size)msgpack_light::binaryinline
resize(std::size_t size)msgpack_light::binaryinline
size() const noexceptmsgpack_light::binaryinline
size_msgpack_light::binaryprivate