#include <BlockingQueue.hpp>
Definition at line 51 of file BlockingQueue.hpp.
◆ anonymous enum
◆ BlockingQueue()
BlockingQueue::BlockingQueue |
( |
| ) |
|
|
inline |
◆ Add()
bool BlockingQueue::Add |
( |
boost::any const & |
o | ) |
|
|
inline |
◆ GetMaxSize()
boost::uint64_t BlockingQueue::GetMaxSize |
( |
| ) |
const |
|
inline |
◆ SetMaxSize()
void BlockingQueue::SetMaxSize |
( |
boost::uint64_t |
val | ) |
|
|
inline |
◆ Take()
boost::any BlockingQueue::Take |
( |
| ) |
|
|
inline |
◆ m_condSpaceAvailable
boost::condition BlockingQueue::m_condSpaceAvailable |
|
private |
◆ m_deque
std::deque<boost::any> BlockingQueue::m_deque |
|
private |
◆ m_maxSize
boost::uint64_t BlockingQueue::m_maxSize |
|
private |
◆ m_mutex
boost::mutex BlockingQueue::m_mutex |
|
private |
The documentation for this class was generated from the following file: