CppCommon
1.0.4.1
C++ Common Library
|
This is the complete list of members for CppCommon::MPSCLinkedBatcher< T >, including all inherited members.
Dequeue(const std::function< void(const T &)> &handler=[](const int &){}) | CppCommon::MPSCLinkedBatcher< T > | inline |
Enqueue(const T &item) | CppCommon::MPSCLinkedBatcher< T > | inline |
Enqueue(T &&item) | CppCommon::MPSCLinkedBatcher< T > | inline |
MPSCLinkedBatcher() | CppCommon::MPSCLinkedBatcher< T > | inline |
MPSCLinkedBatcher(const MPSCLinkedBatcher &)=delete | CppCommon::MPSCLinkedBatcher< T > | |
MPSCLinkedBatcher(MPSCLinkedBatcher &&)=delete | CppCommon::MPSCLinkedBatcher< T > | |
operator=(const MPSCLinkedBatcher &)=delete | CppCommon::MPSCLinkedBatcher< T > | |
operator=(MPSCLinkedBatcher &&)=delete | CppCommon::MPSCLinkedBatcher< T > | |
~MPSCLinkedBatcher() | CppCommon::MPSCLinkedBatcher< T > | inline |