CPPMyth
Library to interoperate with MythTV server
NSROOT::OS::CCondition< P > Class Template Reference
Inheritance diagram for NSROOT::OS::CCondition< P >:

Public Member Functions

void Broadcast ()
 
void Signal ()
 
bool Wait (CMutex &mutex, P &predicate)
 
bool Wait (CMutex &mutex, P &predicate, unsigned timeout)
 
bool Wait (CMutex &mutex, CTimeout &timeout)
 

Private Member Functions

 CCondition (const CCondition< P > &other)
 
CCondition< P > & operator= (const CCondition< P > &other)
 

Private Attributes

condition_t m_condition
 

Detailed Description

template<typename P>
class NSROOT::OS::CCondition< P >

Definition at line 33 of file condition.h.


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