This is the complete list of members for StaticCircularBuffer< T, Allocator >, including all inherited members.
advance(typename VectorType::iterator &it, size_t distance=1) | StaticCircularBuffer< T, Allocator > | inlineprivate |
begin_iterator_ | StaticCircularBuffer< T, Allocator > | private |
buffer_ | StaticCircularBuffer< T, Allocator > | private |
capacity() const | StaticCircularBuffer< T, Allocator > | inline |
clear() | StaticCircularBuffer< T, Allocator > | inline |
end_iterator_ | StaticCircularBuffer< T, Allocator > | private |
front() | StaticCircularBuffer< T, Allocator > | inline |
full_ | StaticCircularBuffer< T, Allocator > | private |
getBuffer() | StaticCircularBuffer< T, Allocator > | inline |
pop_front() | StaticCircularBuffer< T, Allocator > | inline |
push_back() | StaticCircularBuffer< T, Allocator > | inline |
set_capacity(size_t max_size, const T &val) | StaticCircularBuffer< T, Allocator > | inline |
size() const | StaticCircularBuffer< T, Allocator > | inline |
StaticCircularBuffer(size_t max_size, const T &val, const Allocator &alloc=Allocator()) | StaticCircularBuffer< T, Allocator > | inline |
StaticCircularBuffer() | StaticCircularBuffer< T, Allocator > | inline |
VectorType typedef | StaticCircularBuffer< T, Allocator > | |