_allocator | mpBuffer< _Type, _Alloc > | protected |
_fields | mpBuffer< _Type, _Alloc > | protected |
_first | mpBuffer< _Type, _Alloc > | protected |
_is_ringbuffer | mpBuffer< _Type, _Alloc > | protected |
_last | mpBuffer< _Type, _Alloc > | mutableprotected |
_size | mpBuffer< _Type, _Alloc > | protected |
_used_elements | mpBuffer< _Type, _Alloc > | mutableprotected |
allocator_type typedef | mpBuffer< _Type, _Alloc > | |
at(size_type n) | mpBuffer< _Type, _Alloc > | inlinevirtual |
at(size_type n) const | mpBuffer< _Type, _Alloc > | inlinevirtual |
back() | mpBuffer< _Type, _Alloc > | inlinevirtual |
back() const | mpBuffer< _Type, _Alloc > | inlinevirtual |
capacity() const | mpBuffer< _Type, _Alloc > | inlinevirtual |
clean() | mpBuffer< _Type, _Alloc > | inlineprotectedvirtual |
const_pointer typedef | mpBuffer< _Type, _Alloc > | |
const_reference typedef | mpBuffer< _Type, _Alloc > | |
empty() const | mpBuffer< _Type, _Alloc > | inlinevirtual |
front() | mpBuffer< _Type, _Alloc > | inlinevirtual |
front() const | mpBuffer< _Type, _Alloc > | inlinevirtual |
get_allocator() const | mpBuffer< _Type, _Alloc > | inlinevirtual |
getFirst() const | mpBuffer< _Type, _Alloc > | inlinevirtual |
getLast() const | mpBuffer< _Type, _Alloc > | inlinevirtual |
getUsedBufferSize() const | mpBuffer< _Type, _Alloc > | inlinevirtual |
isRingBuffer() const | mpBuffer< _Type, _Alloc > | inlinevirtual |
max_size() const | mpBuffer< _Type, _Alloc > | inlinevirtual |
mpBuffer(const allocator_type &a=allocator_type()) | mpBuffer< _Type, _Alloc > | inlineexplicit |
mpBuffer(size_type n, bool rb=false, const value_type &v=value_type(), const allocator_type &a=allocator_type()) | mpBuffer< _Type, _Alloc > | inlineexplicit |
mpBuffer(const mpBuffer< value_type, allocator_type > &buf) | mpBuffer< _Type, _Alloc > | inline |
operator=(const mpBuffer< value_type, allocator_type > &buf) | mpBuffer< _Type, _Alloc > | inlinevirtual |
operator[](size_type n) | mpBuffer< _Type, _Alloc > | inlinevirtual |
operator[](size_type n) const | mpBuffer< _Type, _Alloc > | inlinevirtual |
pointer typedef | mpBuffer< _Type, _Alloc > | |
reference typedef | mpBuffer< _Type, _Alloc > | |
resize(size_type sz, value_type c=value_type()) | mpBuffer< _Type, _Alloc > | inlinevirtual |
setCurrentIdx(size_type n) | mpBuffer< _Type, _Alloc > | inlinevirtual |
setRingBuffer() | mpBuffer< _Type, _Alloc > | inlinevirtual |
setVector() | mpBuffer< _Type, _Alloc > | inlinevirtual |
size() const | mpBuffer< _Type, _Alloc > | inlinevirtual |
size_type typedef | mpBuffer< _Type, _Alloc > | |
value_type typedef | mpBuffer< _Type, _Alloc > | |
~mpBuffer() | mpBuffer< _Type, _Alloc > | inlinevirtual |