uscxml::BlockingQueue< T > Class Template Reference
Public Member Functions | |
| virtual void | clear () |
| virtual bool | isEmpty () |
| virtual T | pop () |
| virtual void | push (const T &elem) |
| virtual void | push_front (const T &elem) |
Protected Attributes | |
| std::condition_variable_any | _cond |
| std::mutex | _mutex |
| std::list< T > | _queue |
The documentation for this class was generated from the following file:
- util/BlockingQueue.h
