tlx
RingBuffer< Type, Allocator > Member List

This is the complete list of members for RingBuffer< Type, Allocator >, including all inherited members.

alloc_RingBuffer< Type, Allocator >protected
alloc_traits typedefRingBuffer< Type, Allocator >
allocate(size_t max_size)RingBuffer< Type, Allocator >inline
allocator_type typedefRingBuffer< Type, Allocator >
back() noexceptRingBuffer< Type, Allocator >inline
back() const noexceptRingBuffer< Type, Allocator >inline
begin_RingBuffer< Type, Allocator >protected
capacity() const noexceptRingBuffer< Type, Allocator >inline
capacity_RingBuffer< Type, Allocator >protected
clear()RingBuffer< Type, Allocator >inline
const_pointer typedefRingBuffer< Type, Allocator >
const_reference typedefRingBuffer< Type, Allocator >
copy_to(std::vector< value_type > *out) const RingBuffer< Type, Allocator >inline
data_RingBuffer< Type, Allocator >protected
deallocate()RingBuffer< Type, Allocator >inline
difference_type typedefRingBuffer< Type, Allocator >
emplace_back(Args &&...args)RingBuffer< Type, Allocator >inline
emplace_front(Args &&...args)RingBuffer< Type, Allocator >inline
empty() const noexceptRingBuffer< Type, Allocator >inline
end_RingBuffer< Type, Allocator >protected
front() noexceptRingBuffer< Type, Allocator >inline
front() const noexceptRingBuffer< Type, Allocator >inline
load(Archive &ar)RingBuffer< Type, Allocator >inline
mask_RingBuffer< Type, Allocator >protected
max_size() const noexceptRingBuffer< Type, Allocator >inline
max_size_RingBuffer< Type, Allocator >protected
move_to(std::vector< value_type > *out)RingBuffer< Type, Allocator >inline
operator=(const RingBuffer &rb)RingBuffer< Type, Allocator >inline
operator=(RingBuffer &&rb) noexceptRingBuffer< Type, Allocator >inline
operator[](size_type i) noexceptRingBuffer< Type, Allocator >inline
operator[](size_type i) const noexceptRingBuffer< Type, Allocator >inline
pointer typedefRingBuffer< Type, Allocator >
pop_back()RingBuffer< Type, Allocator >inline
pop_front()RingBuffer< Type, Allocator >inline
push_back(const value_type &t)RingBuffer< Type, Allocator >inline
push_back(value_type &&t)RingBuffer< Type, Allocator >inline
push_front(const value_type &t)RingBuffer< Type, Allocator >inline
push_front(value_type &&t)RingBuffer< Type, Allocator >inline
reference typedefRingBuffer< Type, Allocator >
RingBuffer(const Allocator &alloc=allocator_type()) noexceptRingBuffer< Type, Allocator >inlineexplicit
RingBuffer(size_t max_size, const Allocator &alloc=allocator_type())RingBuffer< Type, Allocator >inlineexplicit
RingBuffer(const RingBuffer &rb)RingBuffer< Type, Allocator >inline
RingBuffer(RingBuffer &&rb) noexceptRingBuffer< Type, Allocator >inline
save(Archive &ar) const RingBuffer< Type, Allocator >inline
size() const noexceptRingBuffer< Type, Allocator >inline
size_type typedefRingBuffer< Type, Allocator >
value_type typedefRingBuffer< Type, Allocator >
~RingBuffer()RingBuffer< Type, Allocator >inline