Inheritance diagram for Producer::BlockingQueue< T >:
Public Member Functions | |
BlockingQueue () | |
void | waitWhileEmpty () |
void | push_back (const T &val) |
Protected Member Functions | |
~BlockingQueue () |
Producer::BlockingQueue< T >::BlockingQueue | ( | ) | [inline] |
Producer::BlockingQueue< T >::~BlockingQueue | ( | ) | [inline, protected] |
void Producer::BlockingQueue< T >::waitWhileEmpty | ( | ) | [inline] |
void Producer::BlockingQueue< T >::push_back | ( | const T & | val | ) | [inline] |