Project Alice
|
This is the complete list of members for rigtorp::SPSCQueue< T, Allocator >, including all inherited members.
capacity() const noexcept | rigtorp::SPSCQueue< T, Allocator > | inline |
emplace(Args &&...args) noexcept(std::is_nothrow_constructible< T, Args &&... >::value) | rigtorp::SPSCQueue< T, Allocator > | inline |
empty() const noexcept | rigtorp::SPSCQueue< T, Allocator > | inline |
front() noexcept | rigtorp::SPSCQueue< T, Allocator > | inline |
operator=(const SPSCQueue &)=delete | rigtorp::SPSCQueue< T, Allocator > | |
pop() noexcept | rigtorp::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 noexcept | rigtorp::SPSCQueue< T, Allocator > | inline |
SPSCQueue(const size_t capacity, const Allocator &allocator=Allocator()) | rigtorp::SPSCQueue< T, Allocator > | inlineexplicit |
SPSCQueue(const SPSCQueue &)=delete | rigtorp::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 |