allocator_traits_type typedef | asioext::basic_linear_buffer< Allocator > | |
allocator_type typedef | asioext::basic_linear_buffer< Allocator > | |
append(const void *data, std::size_t n) | asioext::basic_linear_buffer< Allocator > | |
basic_linear_buffer() noexcept | asioext::basic_linear_buffer< Allocator > | inline |
basic_linear_buffer(const Allocator &a) noexcept | asioext::basic_linear_buffer< Allocator > | inlineexplicit |
basic_linear_buffer(std::size_t initial_size, std::size_t maximum_size=(std::numeric_limits< std::size_t >::max)()) | asioext::basic_linear_buffer< Allocator > | inline |
basic_linear_buffer(const Allocator &a, std::size_t initial_size, std::size_t maximum_size=(std::numeric_limits< std::size_t >::max)()) | asioext::basic_linear_buffer< Allocator > | inline |
basic_linear_buffer(basic_linear_buffer &&other) noexcept | asioext::basic_linear_buffer< Allocator > | inline |
begin() noexcept | asioext::basic_linear_buffer< Allocator > | inline |
begin() const noexcept | asioext::basic_linear_buffer< Allocator > | inline |
capacity() const noexcept | asioext::basic_linear_buffer< Allocator > | inline |
clear() noexcept | asioext::basic_linear_buffer< Allocator > | inline |
const_iterator typedef | asioext::basic_linear_buffer< Allocator > | |
const_reference typedef | asioext::basic_linear_buffer< Allocator > | |
data() noexcept | asioext::basic_linear_buffer< Allocator > | inline |
data() const noexcept | asioext::basic_linear_buffer< Allocator > | inline |
end() noexcept | asioext::basic_linear_buffer< Allocator > | inline |
end() const noexcept | asioext::basic_linear_buffer< Allocator > | inline |
erase(const_iterator pos) | asioext::basic_linear_buffer< Allocator > | inline |
erase(const_iterator first, const_iterator last) | asioext::basic_linear_buffer< Allocator > | inline |
erase(std::size_t pos) | asioext::basic_linear_buffer< Allocator > | |
erase(std::size_t first, std::size_t last) | asioext::basic_linear_buffer< Allocator > | |
insert(const_iterator before_this, const void *data, std::size_t n) | asioext::basic_linear_buffer< Allocator > | inline |
insert(std::size_t before_this, const void *data, std::size_t n) | asioext::basic_linear_buffer< Allocator > | |
iterator typedef | asioext::basic_linear_buffer< Allocator > | |
max_size() const noexcept | asioext::basic_linear_buffer< Allocator > | inline |
operator=(basic_linear_buffer &&other) noexcept | asioext::basic_linear_buffer< Allocator > | |
operator[](std::size_t i) noexcept | asioext::basic_linear_buffer< Allocator > | inline |
operator[](std::size_t i) const noexcept | asioext::basic_linear_buffer< Allocator > | inline |
reference typedef | asioext::basic_linear_buffer< Allocator > | |
resize(std::size_t new_size) | asioext::basic_linear_buffer< Allocator > | |
size() const noexcept | asioext::basic_linear_buffer< Allocator > | inline |
~basic_linear_buffer() | asioext::basic_linear_buffer< Allocator > | inline |