Pothos  0.7.0-gf7fbae99
The Pothos dataflow programming software suite
Pothos::Util::RingDeque< T, Allocator > Member List

This is the complete list of members for Pothos::Util::RingDeque< T, Allocator >, including all inherited members.

allocator_type typedefPothos::Util::RingDeque< T, Allocator >
back(void) constPothos::Util::RingDeque< T, Allocator >
back(void)Pothos::Util::RingDeque< T, Allocator >
capacity(void) constPothos::Util::RingDeque< T, Allocator >
clear(void)Pothos::Util::RingDeque< T, Allocator >
emplace_back(Args &&... args)Pothos::Util::RingDeque< T, Allocator >
emplace_front(Args &&... args)Pothos::Util::RingDeque< T, Allocator >
empty(void) constPothos::Util::RingDeque< T, Allocator >
front(void) constPothos::Util::RingDeque< T, Allocator >
front(void)Pothos::Util::RingDeque< T, Allocator >
full(void) constPothos::Util::RingDeque< T, Allocator >
operator=(const RingDeque< T, Allocator > &other)Pothos::Util::RingDeque< T, Allocator >
operator=(RingDeque< T, Allocator > &&other)Pothos::Util::RingDeque< T, Allocator >
operator[](const size_t offset) constPothos::Util::RingDeque< T, Allocator >
operator[](const size_t offset)Pothos::Util::RingDeque< T, Allocator >
pop_back(void)Pothos::Util::RingDeque< T, Allocator >
pop_front(void)Pothos::Util::RingDeque< T, Allocator >
push_back(U &&elem)Pothos::Util::RingDeque< T, Allocator >
push_front(U &&elem)Pothos::Util::RingDeque< T, Allocator >
RingDeque(const size_t capacity=1, const Allocator &allocator=Allocator())Pothos::Util::RingDeque< T, Allocator >
RingDeque(const RingDeque< T, Allocator > &other)Pothos::Util::RingDeque< T, Allocator >
RingDeque(RingDeque< T, Allocator > &&other)Pothos::Util::RingDeque< T, Allocator >
set_capacity(const size_t capacity)Pothos::Util::RingDeque< T, Allocator >
size(void) constPothos::Util::RingDeque< T, Allocator >
value_type typedefPothos::Util::RingDeque< T, Allocator >
~RingDeque(void)Pothos::Util::RingDeque< T, Allocator >