OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::BufferAllocatedType< T > Member List

This is the complete list of members for openvpn::BufferAllocatedType< T >, including all inherited members.

add_flags(const BufferFlags flags)openvpn::BufferAllocatedType< T >
advance(const size_t delta)openvpn::ConstBufferType< T >
allocated() constopenvpn::ConstBufferType< T >
append(const B &other)openvpn::ConstBufferType< T >protected
back() constopenvpn::ConstBufferType< T >
buffer_full_error(const size_t newcap, const bool allocated) constopenvpn::ConstBufferType< T >protected
BufferAllocatedTypeopenvpn::BufferAllocatedType< T >friend
BufferAllocatedType()openvpn::BufferAllocatedType< T >
BufferAllocatedType(const size_t capacity, const BufferFlags flags=BufAllocFlags::NO_FLAGS)openvpn::BufferAllocatedType< T >explicit
BufferAllocatedType(const T *data, const size_t size, const BufferFlags flags)openvpn::BufferAllocatedType< T >explicit
BufferAllocatedType(const BufferAllocatedType &other)openvpn::BufferAllocatedType< T >
BufferAllocatedType(const BufferType< T_ > &other, const BufferFlags flags=BufAllocFlags::NO_FLAGS)openvpn::BufferAllocatedType< T >
BufferAllocatedType(BufferAllocatedType< T_ > &&other) noexceptopenvpn::BufferAllocatedType< T >
BufferAllocatedType(const size_t offset, const size_t size, const size_t capacity, const BufferFlags flags)openvpn::BufferAllocatedType< T >
BufferType()=defaultopenvpn::BufferType< T >
BufferType(void *data, const size_t size, const bool filled)openvpn::BufferType< T >inline
BufferType(T *data, const size_t size, const bool filled)openvpn::BufferType< T >inline
BufferType(T *data, const size_t offset, const size_t size, const size_t capacity)openvpn::BufferType< T >inlineprotected
c_data() constopenvpn::ConstBufferType< T >
c_data_end() constopenvpn::ConstBufferType< T >
c_data_raw() constopenvpn::ConstBufferType< T >
c_index(const size_t index) constopenvpn::ConstBufferType< T >
c_str() constopenvpn::ConstBufferType< T >
capacity() constopenvpn::ConstBufferType< T >
capacity_openvpn::ConstBufferType< T >private
clear()openvpn::BufferAllocatedType< T >
clear_flags(const BufferFlags flags)openvpn::BufferAllocatedType< T >
const_buffer() constopenvpn::ConstBufferType< T >
const_buffer_clamp() constopenvpn::ConstBufferType< T >
const_buffer_limit(const size_t limit) constopenvpn::ConstBufferType< T >
const_type typedefopenvpn::ConstBufferType< T >
openvpn::ConstBufferType::ConstBufferType(void *data, const size_t size, const bool filled)openvpn::ConstBufferType< T >
openvpn::ConstBufferType::ConstBufferType(const void *data, const size_t size, const bool filled)openvpn::ConstBufferType< T >
openvpn::ConstBufferType::ConstBufferType(T *data, const size_t size, const bool filled)openvpn::ConstBufferType< T >
openvpn::ConstBufferType::ConstBufferType(const U *data, const size_t size, const bool filled)openvpn::ConstBufferType< T >
openvpn::ConstBufferType::ConstBufferType(T *data, const size_t offset, const size_t size, const size_t capacity)openvpn::ConstBufferType< T >protected
openvpn::ConstBufferType::ConstBufferType(const U *data, const size_t offset, const size_t size, const size_t capacity)openvpn::ConstBufferType< T >protected
contains_null() constopenvpn::ConstBufferType< T >
data()openvpn::ConstBufferType< T >protected
data_openvpn::ConstBufferType< T >private
data_end()openvpn::ConstBufferType< T >protected
data_raw()openvpn::ConstBufferType< T >protected
defined() constopenvpn::ConstBufferType< T >
empty() constopenvpn::ConstBufferType< T >
flags_openvpn::BufferAllocatedType< T >private
free_data()openvpn::BufferAllocatedType< T >
front() constopenvpn::ConstBufferType< T >
inc_size(const size_t delta)openvpn::ConstBufferType< T >
index(const size_t index)openvpn::ConstBufferType< T >protected
init(const size_t capacity, const BufferFlags flags=BufAllocFlags::NO_FLAGS)openvpn::BufferAllocatedType< T >
init(const T *data, const size_t size, const BufferFlags flags)openvpn::BufferAllocatedType< T >
init_headroom(const size_t headroom)openvpn::ConstBufferType< T >
is_zeroed() constopenvpn::ConstBufferType< T >
length() constopenvpn::ConstBufferType< T >
max_size() constopenvpn::ConstBufferType< T >
max_size_tailroom(const size_t tailroom) constopenvpn::ConstBufferType< T >protected
move(BufferAllocatedType< T_ > &other)openvpn::BufferAllocatedType< T >
mutable_buffer(const size_t tailroom=0)openvpn::ConstBufferType< T >protected
mutable_buffer_append(const size_t tailroom=0)openvpn::ConstBufferType< T >protected
mutable_buffer_append_clamp(const size_t tailroom=0)openvpn::ConstBufferType< T >protected
mutable_buffer_clamp(const size_t tailroom=0)openvpn::ConstBufferType< T >protected
NCT typedefopenvpn::ConstBufferType< T >
null_terminate()openvpn::ConstBufferType< T >protected
offset() constopenvpn::ConstBufferType< T >
offset_openvpn::ConstBufferType< T >private
operator!=(const ConstBufferType &other) constopenvpn::ConstBufferType< T >
operator=(const BufferAllocatedType &other)openvpn::BufferAllocatedType< T >
operator=(BufferAllocatedType &&other) noexceptopenvpn::BufferAllocatedType< T >
operator==(const ConstBufferType &other) constopenvpn::ConstBufferType< T >
operator[](const size_t index) constopenvpn::ConstBufferType< T >
operator[](const size_t index)openvpn::ConstBufferType< T >
pop_back()openvpn::ConstBufferType< T >
pop_front()openvpn::ConstBufferType< T >
prepend(const T *data, const size_t size)openvpn::ConstBufferType< T >protected
prepend(const void *data, const size_t size)openvpn::ConstBufferType< T >protected
prepend_alloc(const size_t size)openvpn::ConstBufferType< T >protected
push_back(const T &value)openvpn::ConstBufferType< T >protected
push_front(const T &value)openvpn::ConstBufferType< T >protected
range(size_t offset, size_t len) constopenvpn::ConstBufferType< T >
read(NCT *data, const size_t size)openvpn::ConstBufferType< T >
read(void *data, const size_t size)openvpn::ConstBufferType< T >
read_alloc(const size_t size)openvpn::ConstBufferType< T >
read_alloc_buf(const size_t size)openvpn::ConstBufferType< T >
realign(const size_t headroom)openvpn::BufferAllocatedType< T >
realloc(const size_t newcap)openvpn::BufferAllocatedType< T >
realloc_(const size_t newcap, size_t new_offset)openvpn::BufferAllocatedType< T >
remaining(const size_t tailroom=0) constopenvpn::ConstBufferType< T >protected
reserve(const size_t n)openvpn::ConstBufferType< T >protected
reset(const size_t min_capacity, const BufferFlags flags=BufAllocFlags::NO_FLAGS)openvpn::BufferAllocatedType< T >
reset(const size_t headroom, const size_t min_capacity, const BufferFlags flags=BufAllocFlags::NO_FLAGS)openvpn::BufferAllocatedType< T >
reset_content()openvpn::ConstBufferType< T >
reset_impl(const size_t min_capacity, const BufferFlags flags) overrideopenvpn::BufferAllocatedType< T >virtual
reset_offset(const size_t offset)openvpn::ConstBufferType< T >
reset_size()openvpn::ConstBufferType< T >
resize(const size_t new_capacity) overrideopenvpn::BufferAllocatedType< T >virtual
set_size(const size_t size)openvpn::ConstBufferType< T >
set_trailer(const T &value)openvpn::ConstBufferType< T >protected
size() constopenvpn::ConstBufferType< T >
size_openvpn::ConstBufferType< T >private
swap(BufferAllocatedType< T_ > &other)openvpn::BufferAllocatedType< T >
openvpn::BufferType::swap(ConstBufferType< T_ > &other)openvpn::ConstBufferType< T >protected
test_flags(const BufferFlags flags) const noexceptopenvpn::BufferAllocatedType< T >
type typedefopenvpn::ConstBufferType< T >
value_type typedefopenvpn::ConstBufferType< T >
write(const T *data, const size_t size)openvpn::ConstBufferType< T >protected
write(const void *data, const size_t size)openvpn::ConstBufferType< T >protected
write_alloc(const size_t size)openvpn::ConstBufferType< T >protected
~BufferAllocatedType()openvpn::BufferAllocatedType< T >
~ConstBufferType()=defaultopenvpn::ConstBufferType< T >virtual