![]() |
CernVM-FS
2.12.0
|
This is the complete list of members for FifoChannel< T >, including all inherited members.
Dequeue() | FifoChannel< T > | |
Drop() | FifoChannel< T > | |
Enqueue(const T &data) | FifoChannel< T > | |
FifoChannel(const size_t maximal_length, const size_t drainout_threshold) | FifoChannel< T > | |
GetItemCount() const | FifoChannel< T > | inline |
GetMaximalItemCount() const | FifoChannel< T > | inline |
IsEmpty() const | FifoChannel< T > | inline |
maximal_queue_length_ | FifoChannel< T > | private |
mutex_ | FifoChannel< T > | mutableprivate |
queue_drainout_threshold_ | FifoChannel< T > | private |
queue_is_not_empty_ | FifoChannel< T > | mutableprivate |
queue_is_not_full_ | FifoChannel< T > | mutableprivate |
~FifoChannel() | FifoChannel< T > | virtual |