This is the complete list of members for Buffer< T, Alloc >, including all inherited members.
allocator_type typedef | Buffer< T, Alloc > | |
at(size_type n) | Buffer< T, Alloc > | inline |
at(size_type n) const | Buffer< T, Alloc > | inline |
back() | Buffer< T, Alloc > | inline |
back() const | Buffer< T, Alloc > | inline |
begin() | Buffer< T, Alloc > | inline |
begin() const | Buffer< T, Alloc > | inline |
Buffer() | Buffer< T, Alloc > | inline |
Buffer(size_type size) | Buffer< T, Alloc > | inline |
Buffer(T *carray, size_type size) | Buffer< T, Alloc > | inline |
Buffer(std::vector< T > &&other) | Buffer< T, Alloc > | inline |
Buffer(const Buffer &other) | Buffer< T, Alloc > | inline |
Buffer(Buffer &&other) noexcept | Buffer< T, Alloc > | inline |
capacity() const | Buffer< T, Alloc > | inline |
clear() | Buffer< T, Alloc > | inline |
const_iterator typedef | Buffer< T, Alloc > | |
const_pointer typedef | Buffer< T, Alloc > | |
const_reference typedef | Buffer< T, Alloc > | |
copy(const Buffer &other) | Buffer< T, Alloc > | inline |
data() | Buffer< T, Alloc > | inline |
data() const | Buffer< T, Alloc > | inline |
difference_type typedef | Buffer< T, Alloc > | |
empty() const | Buffer< T, Alloc > | inline |
end() | Buffer< T, Alloc > | inline |
end() const | Buffer< T, Alloc > | inline |
front() | Buffer< T, Alloc > | inline |
front() const | Buffer< T, Alloc > | inline |
get_allocator() const | Buffer< T, Alloc > | inline |
iterator typedef | Buffer< T, Alloc > | |
mAllocator | Buffer< T, Alloc > | protected |
max_size() const | Buffer< T, Alloc > | inline |
mBuffer | Buffer< T, Alloc > | protected |
mBufferCreated | Buffer< T, Alloc > | protected |
mReserved | Buffer< T, Alloc > | protected |
mSize | Buffer< T, Alloc > | protected |
mTakenVector | Buffer< T, Alloc > | protected |
operator!=(const Buffer &other) const | Buffer< T, Alloc > | inline |
operator=(const Buffer &other) | Buffer< T, Alloc > | inline |
operator=(Buffer &&other) noexcept | Buffer< T, Alloc > | inline |
operator==(const Buffer &other) const | Buffer< T, Alloc > | inline |
operator[](size_type n) | Buffer< T, Alloc > | inline |
operator[](size_type n) const | Buffer< T, Alloc > | inline |
pointer typedef | Buffer< T, Alloc > | |
pop_back() | Buffer< T, Alloc > | inline |
pop_back(size_type elements) | Buffer< T, Alloc > | inline |
pop_front() | Buffer< T, Alloc > | inline |
pop_front(size_type elements) | Buffer< T, Alloc > | inline |
push_back(const T &x) | Buffer< T, Alloc > | inline |
push_back(T *data, size_type size) | Buffer< T, Alloc > | inline |
push_back(const Buffer< T > &data) | Buffer< T, Alloc > | inline |
reference typedef | Buffer< T, Alloc > | |
reserve(size_type reserve) | Buffer< T, Alloc > | inline |
resize(size_type size) | Buffer< T, Alloc > | inline |
size() const | Buffer< T, Alloc > | inline |
size_type typedef | Buffer< T, Alloc > | |
sizeInBytes() const | Buffer< T, Alloc > | inline |
swap(Buffer &other) | Buffer< T, Alloc > | inline |
value_type typedef | Buffer< T, Alloc > | |
~Buffer() | Buffer< T, Alloc > | inline |