NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
NES::CircularBuffer< T, Allocator, > Member List

This is the complete list of members for NES::CircularBuffer< T, Allocator, >, including all inherited members.

allocator_type typedefNES::CircularBuffer< T, Allocator, >
at(uint64_type idx)NES::CircularBuffer< T, Allocator, >inline
at(const uint64_type idx) constNES::CircularBuffer< T, Allocator, >inline
back() noexceptNES::CircularBuffer< T, Allocator, >inline
back() const noexceptNES::CircularBuffer< T, Allocator, >inline
begin() noexceptNES::CircularBuffer< T, Allocator, >inline
begin() const noexceptNES::CircularBuffer< T, Allocator, >inline
capacity() const noexceptNES::CircularBuffer< T, Allocator, >inline
cbegin() const noexceptNES::CircularBuffer< T, Allocator, >inline
cend() const noexceptNES::CircularBuffer< T, Allocator, >inline
CircularBuffer(uint64_t size)NES::CircularBuffer< T, Allocator, >inlineexplicit
CircularBuffer(const CircularBuffer &other)=deleteNES::CircularBuffer< T, Allocator, >
CircularBuffer(CircularBuffer &&other) noexcept=defaultNES::CircularBuffer< T, Allocator, >
const_iterator typedefNES::CircularBuffer< T, Allocator, >
const_reference typedefNES::CircularBuffer< T, Allocator, >
difference_type typedefNES::CircularBuffer< T, Allocator, >
emplace(Args &&... args) noexcept(std::is_nothrow_constructible< T, Args... >::value &&std::is_nothrow_move_assignable< T >::value)NES::CircularBuffer< T, Allocator, >inline
empty() constNES::CircularBuffer< T, Allocator, >inline
end() noexceptNES::CircularBuffer< T, Allocator, >inline
end() const noexceptNES::CircularBuffer< T, Allocator, >inline
front() noexceptNES::CircularBuffer< T, Allocator, >inline
front() const noexceptNES::CircularBuffer< T, Allocator, >inline
full() constNES::CircularBuffer< T, Allocator, >inline
iterator typedefNES::CircularBuffer< T, Allocator, >
operator=(const CircularBuffer &)=deleteNES::CircularBuffer< T, Allocator, >
operator=(CircularBuffer &&) noexcept=defaultNES::CircularBuffer< T, Allocator, >
operator[](uint64_type idx)NES::CircularBuffer< T, Allocator, >inline
operator[](const uint64_type idx) constNES::CircularBuffer< T, Allocator, >inline
pointer typedefNES::CircularBuffer< T, Allocator, >
pop()NES::CircularBuffer< T, Allocator, >inline
push(const T &value) noexcept(std::is_nothrow_copy_assignable< T >::value)NES::CircularBuffer< T, Allocator, >inline
push(T &&value) noexcept(std::is_nothrow_move_assignable< T >::value)NES::CircularBuffer< T, Allocator, >inline
push(T values[], size_t size) noexcept(std::is_nothrow_move_assignable< T >::value)NES::CircularBuffer< T, Allocator, >inline
reference typedefNES::CircularBuffer< T, Allocator, >
size() const noexceptNES::CircularBuffer< T, Allocator, >inline
uint64_type typedefNES::CircularBuffer< T, Allocator, >
value_type typedefNES::CircularBuffer< T, Allocator, >
~CircularBuffer()=defaultNES::CircularBuffer< T, Allocator, >