SoDaRadio-5.0.3-master:8901fb5
Public Member Functions | Public Attributes | List of all members
SoDa::MultiMBox< T >::Subscriber Class Reference

Public Member Functions

 Subscriber ()
 

Public Attributes

std::queue< T * > posted_list
 
int post_count
 
boost::mutex postmutex
 
boost::condition postcond
 

Detailed Description

template<typename T>
class SoDa::MultiMBox< T >::Subscriber

Definition at line 226 of file MultiMBox.hxx.

Constructor & Destructor Documentation

◆ Subscriber()

template<typename T>
SoDa::MultiMBox< T >::Subscriber::Subscriber ( )
inline

Definition at line 228 of file MultiMBox.hxx.

Member Data Documentation

◆ post_count

template<typename T>
int SoDa::MultiMBox< T >::Subscriber::post_count

Definition at line 230 of file MultiMBox.hxx.

◆ postcond

template<typename T>
boost::condition SoDa::MultiMBox< T >::Subscriber::postcond

Definition at line 232 of file MultiMBox.hxx.

◆ posted_list

template<typename T>
std::queue<T *> SoDa::MultiMBox< T >::Subscriber::posted_list

Definition at line 229 of file MultiMBox.hxx.

◆ postmutex

template<typename T>
boost::mutex SoDa::MultiMBox< T >::Subscriber::postmutex

Definition at line 231 of file MultiMBox.hxx.


The documentation for this class was generated from the following file: