|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for Aleph::SpscQueue< T >, including all inherited members.
| advance(size_t idx) const noexcept | Aleph::SpscQueue< T > | inlineprivate |
| capacity() const noexcept | Aleph::SpscQueue< T > | inline |
| emplace(Args &&... args) | Aleph::SpscQueue< T > | inline |
| emplace_impl(Args &&... args) | Aleph::SpscQueue< T > | inlineprivate |
| empty() const noexcept | Aleph::SpscQueue< T > | inline |
| full() const noexcept | Aleph::SpscQueue< T > | inline |
| head_ | Aleph::SpscQueue< T > | private |
| operator=(const SpscQueue &)=delete | Aleph::SpscQueue< T > | |
| size() const noexcept | Aleph::SpscQueue< T > | inline |
| slots_ | Aleph::SpscQueue< T > | private |
| SpscQueue(size_t capacity) | Aleph::SpscQueue< T > | inlineexplicit |
| SpscQueue(const SpscQueue &)=delete | Aleph::SpscQueue< T > | |
| storage_size_ | Aleph::SpscQueue< T > | private |
| tail_ | Aleph::SpscQueue< T > | private |
| try_pop(T &out) | Aleph::SpscQueue< T > | inline |
| try_pop() | Aleph::SpscQueue< T > | inline |
| try_push(const T &value) | Aleph::SpscQueue< T > | inline |
| try_push(T &&value) | Aleph::SpscQueue< T > | inline |