allocator typedef | mn::buffer< TVALUE, TALLOCATOR > | |
append(const_pointer pBuffer, std::size_t sBufferSize) | mn::buffer< TVALUE, TALLOCATOR > | inline |
append(value_type value) | mn::buffer< TVALUE, TALLOCATOR > | inline |
append(const self_type &refBuffer) | mn::buffer< TVALUE, TALLOCATOR > | inline |
assign(const_pointer pBuffer, size_type size) | mn::buffer< TVALUE, TALLOCATOR > | inline |
begin() | mn::buffer< TVALUE, TALLOCATOR > | inline |
begin() const | mn::buffer< TVALUE, TALLOCATOR > | inline |
buffer(const size_type &size) | mn::buffer< TVALUE, TALLOCATOR > | inline |
buffer(pointer buffer, size_type size) | mn::buffer< TVALUE, TALLOCATOR > | inline |
buffer(const_pointer buffer, size_type size) | mn::buffer< TVALUE, TALLOCATOR > | inline |
buffer(const self_type &other) | mn::buffer< TVALUE, TALLOCATOR > | inline |
change_size(size_type newSize, bool bReserve=true) | mn::buffer< TVALUE, TALLOCATOR > | inline |
clear() | mn::buffer< TVALUE, TALLOCATOR > | inline |
const_iterator typedef | mn::buffer< TVALUE, TALLOCATOR > | |
const_pointer typedef | mn::buffer< TVALUE, TALLOCATOR > | |
const_reference typedef | mn::buffer< TVALUE, TALLOCATOR > | |
destroy_internal_buffer() | mn::buffer< TVALUE, TALLOCATOR > | inlineprivate |
difference_type typedef | mn::buffer< TVALUE, TALLOCATOR > | |
end() | mn::buffer< TVALUE, TALLOCATOR > | inline |
end() const | mn::buffer< TVALUE, TALLOCATOR > | inline |
get_size() const noexcept | mn::buffer< TVALUE, TALLOCATOR > | inline |
get_size_bytes() const noexcept | mn::buffer< TVALUE, TALLOCATOR > | inline |
get_used() const noexcept | mn::buffer< TVALUE, TALLOCATOR > | inline |
get_used_bytes() const noexcept | mn::buffer< TVALUE, TALLOCATOR > | inline |
init_internal_buffer() | mn::buffer< TVALUE, TALLOCATOR > | inlineprivate |
init_internal_buffer(const pointer buffer) | mn::buffer< TVALUE, TALLOCATOR > | inlineprivate |
is_empty() const noexcept | mn::buffer< TVALUE, TALLOCATOR > | inline |
is_equel(const buffer &other) const | mn::buffer< TVALUE, TALLOCATOR > | inline |
is_full() const noexcept | mn::buffer< TVALUE, TALLOCATOR > | inline |
iterator typedef | mn::buffer< TVALUE, TALLOCATOR > | |
iterator_category typedef | mn::buffer< TVALUE, TALLOCATOR > | |
m_allocator | mn::buffer< TVALUE, TALLOCATOR > | private |
m_bOwnMem | mn::buffer< TVALUE, TALLOCATOR > | private |
m_pRawBuffer | mn::buffer< TVALUE, TALLOCATOR > | private |
m_sSize | mn::buffer< TVALUE, TALLOCATOR > | private |
m_sUsed | mn::buffer< TVALUE, TALLOCATOR > | private |
operator!=(const buffer &other) const | mn::buffer< TVALUE, TALLOCATOR > | inline |
operator==(const buffer &other) const | mn::buffer< TVALUE, TALLOCATOR > | inline |
operator[](size_type index) | mn::buffer< TVALUE, TALLOCATOR > | inline |
operator[](size_type index) const | mn::buffer< TVALUE, TALLOCATOR > | inline |
pointer typedef | mn::buffer< TVALUE, TALLOCATOR > | |
reference typedef | mn::buffer< TVALUE, TALLOCATOR > | |
resize(size_type newSize, bool bReserve=true) | mn::buffer< TVALUE, TALLOCATOR > | inline |
self_type typedef | mn::buffer< TVALUE, TALLOCATOR > | |
size_type typedef | mn::buffer< TVALUE, TALLOCATOR > | |
value_type typedef | mn::buffer< TVALUE, TALLOCATOR > | |
~buffer() | mn::buffer< TVALUE, TALLOCATOR > | inline |