|
trantor
Non-blocking I/O cross-platform TCP network library, using C++14
|
This is the complete list of members for trantor::MpscQueue< T >, including all inherited members.
| dequeue(T &output) | trantor::MpscQueue< T > | inline |
| empty() (defined in trantor::MpscQueue< T >) | trantor::MpscQueue< T > | inline |
| enqueue(T &&input) | trantor::MpscQueue< T > | inline |
| enqueue(const T &input) (defined in trantor::MpscQueue< T >) | trantor::MpscQueue< T > | inline |
| MpscQueue() (defined in trantor::MpscQueue< T >) | trantor::MpscQueue< T > | inline |
| NonCopyable() (defined in trantor::NonCopyable) | trantor::NonCopyable | inlineprotected |
| NonCopyable(const NonCopyable &)=delete (defined in trantor::NonCopyable) | trantor::NonCopyable | protected |
| NonCopyable(NonCopyable &&) noexcept(true)=default (defined in trantor::NonCopyable) | trantor::NonCopyable | protected |
| operator=(const NonCopyable &)=delete (defined in trantor::NonCopyable) | trantor::NonCopyable | protected |
| operator=(NonCopyable &&) noexcept(true)=default (defined in trantor::NonCopyable) | trantor::NonCopyable | protected |
| ~MpscQueue() (defined in trantor::MpscQueue< T >) | trantor::MpscQueue< T > | inline |
| ~NonCopyable() (defined in trantor::NonCopyable) | trantor::NonCopyable | inlineprotected |