baudvine::RingBuf
STL-like ring buffer in C++11
- a -
at() :
baudvine::RingBuf< Elem, Capacity, Allocator >
- b -
back() :
baudvine::RingBuf< Elem, Capacity, Allocator >
begin() :
baudvine::RingBuf< Elem, Capacity, Allocator >
- c -
cbegin() :
baudvine::RingBuf< Elem, Capacity, Allocator >
cend() :
baudvine::RingBuf< Elem, Capacity, Allocator >
clear() :
baudvine::RingBuf< Elem, Capacity, Allocator >
crbegin() :
baudvine::RingBuf< Elem, Capacity, Allocator >
crend() :
baudvine::RingBuf< Elem, Capacity, Allocator >
- e -
emplace_back() :
baudvine::RingBuf< Elem, Capacity, Allocator >
emplace_front() :
baudvine::RingBuf< Elem, Capacity, Allocator >
empty() :
baudvine::RingBuf< Elem, Capacity, Allocator >
end() :
baudvine::RingBuf< Elem, Capacity, Allocator >
erase() :
baudvine::RingBuf< Elem, Capacity, Allocator >
- f -
front() :
baudvine::RingBuf< Elem, Capacity, Allocator >
- g -
get_allocator() :
baudvine::RingBuf< Elem, Capacity, Allocator >
- i -
Iterator() :
baudvine::detail::ringbuf::Iterator< Ptr, AllocTraits, Capacity >
- m -
max_size() :
baudvine::RingBuf< Elem, Capacity, Allocator >
- o -
operator Iterator< typename AllocTraits::const_pointer, AllocTraits, Capacity >() :
baudvine::detail::ringbuf::Iterator< Ptr, AllocTraits, Capacity >
operator=() :
baudvine::RingBuf< Elem, Capacity, Allocator >
operator[]() :
baudvine::RingBuf< Elem, Capacity, Allocator >
- p -
pop_back() :
baudvine::RingBuf< Elem, Capacity, Allocator >
pop_front() :
baudvine::RingBuf< Elem, Capacity, Allocator >
push_back() :
baudvine::RingBuf< Elem, Capacity, Allocator >
push_front() :
baudvine::RingBuf< Elem, Capacity, Allocator >
- r -
rbegin() :
baudvine::RingBuf< Elem, Capacity, Allocator >
rend() :
baudvine::RingBuf< Elem, Capacity, Allocator >
RingBuf() :
baudvine::RingBuf< Elem, Capacity, Allocator >
- s -
size() :
baudvine::RingBuf< Elem, Capacity, Allocator >
swap() :
baudvine::RingBuf< Elem, Capacity, Allocator >
- ~ -
~RingBuf() :
baudvine::RingBuf< Elem, Capacity, Allocator >
Generated by
1.8.17