protozero
Minimalistic protocol buffer decoder and encoder in C++.
|
This is the complete list of members for protozero::data_view, including all inherited members.
data() const noexcept | protozero::data_view | inline |
data_view() noexcept | protozero::data_view | inline |
data_view(const char *data, std::size_t size) noexcept | protozero::data_view | inline |
data_view(const std::string &str) noexcept | protozero::data_view | inline |
data_view(const char *data) noexcept | protozero::data_view | inline |
operator std::string() const | protozero::data_view | inlineexplicit |
size() const noexcept | protozero::data_view | inline |
swap(data_view &other) noexcept | protozero::data_view | inline |
to_string() const | protozero::data_view | inline |