CppCommon
1.0.4.1
C++ Common Library
|
This is the complete list of members for CppCommon::WaitBatcher< T >, including all inherited members.
capacity() const | CppCommon::WaitBatcher< T > | inline |
Close() | CppCommon::WaitBatcher< T > | inline |
closed() const | CppCommon::WaitBatcher< T > | inline |
Dequeue(std::vector< T > &items) | CppCommon::WaitBatcher< T > | inline |
empty() const | CppCommon::WaitBatcher< T > | inline |
Enqueue(const T &item) | CppCommon::WaitBatcher< T > | inline |
Enqueue(T &&item) | CppCommon::WaitBatcher< T > | inline |
Enqueue(InputIterator first, InputIterator last) | CppCommon::WaitBatcher< T > | inline |
operator bool() const noexcept | CppCommon::WaitBatcher< T > | inlineexplicit |
operator=(const WaitBatcher &)=delete | CppCommon::WaitBatcher< T > | |
operator=(WaitBatcher &&)=delete | CppCommon::WaitBatcher< T > | |
size() const | CppCommon::WaitBatcher< T > | inline |
WaitBatcher(size_t capacity=0, size_t initial=0) | CppCommon::WaitBatcher< T > | inlineexplicit |
WaitBatcher(const WaitBatcher &)=delete | CppCommon::WaitBatcher< T > | |
WaitBatcher(WaitBatcher &&)=delete | CppCommon::WaitBatcher< T > | |
~WaitBatcher() | CppCommon::WaitBatcher< T > | inline |