Asio Extensions
Additional functionality built on top of (Boost.)Asio
asioext::basic_linear_buffer< Allocator > Member List

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

allocator_traits_type typedefasioext::basic_linear_buffer< Allocator >
allocator_type typedefasioext::basic_linear_buffer< Allocator >
append(const void *data, std::size_t n)asioext::basic_linear_buffer< Allocator >
basic_linear_buffer() noexceptasioext::basic_linear_buffer< Allocator >inline
basic_linear_buffer(const Allocator &a) noexceptasioext::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) noexceptasioext::basic_linear_buffer< Allocator >inline
begin() noexceptasioext::basic_linear_buffer< Allocator >inline
begin() const noexceptasioext::basic_linear_buffer< Allocator >inline
capacity() const noexceptasioext::basic_linear_buffer< Allocator >inline
clear() noexceptasioext::basic_linear_buffer< Allocator >inline
const_iterator typedefasioext::basic_linear_buffer< Allocator >
const_reference typedefasioext::basic_linear_buffer< Allocator >
data() noexceptasioext::basic_linear_buffer< Allocator >inline
data() const noexceptasioext::basic_linear_buffer< Allocator >inline
end() noexceptasioext::basic_linear_buffer< Allocator >inline
end() const noexceptasioext::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 typedefasioext::basic_linear_buffer< Allocator >
max_size() const noexceptasioext::basic_linear_buffer< Allocator >inline
operator=(basic_linear_buffer &&other) noexceptasioext::basic_linear_buffer< Allocator >
operator[](std::size_t i) noexceptasioext::basic_linear_buffer< Allocator >inline
operator[](std::size_t i) const noexceptasioext::basic_linear_buffer< Allocator >inline
reference typedefasioext::basic_linear_buffer< Allocator >
resize(std::size_t new_size)asioext::basic_linear_buffer< Allocator >
size() const noexceptasioext::basic_linear_buffer< Allocator >inline
~basic_linear_buffer()asioext::basic_linear_buffer< Allocator >inline