Project Alice
Loading...
Searching...
No Matches
rigtorp::SPSCQueue< T, Allocator > Member List

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

capacity() const noexceptrigtorp::SPSCQueue< T, Allocator >inline
emplace(Args &&...args) noexcept(std::is_nothrow_constructible< T, Args &&... >::value)rigtorp::SPSCQueue< T, Allocator >inline
empty() const noexceptrigtorp::SPSCQueue< T, Allocator >inline
front() noexceptrigtorp::SPSCQueue< T, Allocator >inline
operator=(const SPSCQueue &)=deleterigtorp::SPSCQueue< T, Allocator >
pop() noexceptrigtorp::SPSCQueue< T, Allocator >inline
push(const T &v) noexcept(std::is_nothrow_copy_constructible< T >::value)rigtorp::SPSCQueue< T, Allocator >inline
push(P &&v) noexcept(std::is_nothrow_constructible< T, P && >::value)rigtorp::SPSCQueue< T, Allocator >inline
size() const noexceptrigtorp::SPSCQueue< T, Allocator >inline
SPSCQueue(const size_t capacity, const Allocator &allocator=Allocator())rigtorp::SPSCQueue< T, Allocator >inlineexplicit
SPSCQueue(const SPSCQueue &)=deleterigtorp::SPSCQueue< T, Allocator >
try_emplace(Args &&...args) noexcept(std::is_nothrow_constructible< T, Args &&... >::value)rigtorp::SPSCQueue< T, Allocator >inline
try_push(const T &v) noexcept(std::is_nothrow_copy_constructible< T >::value)rigtorp::SPSCQueue< T, Allocator >inline
try_push(P &&v) noexcept(std::is_nothrow_constructible< T, P && >::value)rigtorp::SPSCQueue< T, Allocator >inline
~SPSCQueue()rigtorp::SPSCQueue< T, Allocator >inline