SoDaRadio-5.0.3-master:8901fb5
|
Public Member Functions | |
Subscriber () | |
Public Attributes | |
std::queue< T * > | posted_list |
int | post_count |
boost::mutex | postmutex |
boost::condition | postcond |
Definition at line 226 of file MultiMBox.hxx.
|
inline |
Definition at line 228 of file MultiMBox.hxx.
int SoDa::MultiMBox< T >::Subscriber::post_count |
Definition at line 230 of file MultiMBox.hxx.
boost::condition SoDa::MultiMBox< T >::Subscriber::postcond |
Definition at line 232 of file MultiMBox.hxx.
std::queue<T *> SoDa::MultiMBox< T >::Subscriber::posted_list |
Definition at line 229 of file MultiMBox.hxx.
boost::mutex SoDa::MultiMBox< T >::Subscriber::postmutex |
Definition at line 231 of file MultiMBox.hxx.