Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Condition Class Reference

List of all members.

Detailed Description

A Condition variable.


Public Methods

 Condition ()
 ~Condition ()
void wait (Mutex &mut)
bool wait (Mutex &mut, Time dur)
void signal ()
void broadcast ()


Constructor & Destructor Documentation

Condition::Condition  
 

Condition::~Condition  
 


Member Function Documentation

void Condition::broadcast  
 

void Condition::signal  
 

bool Condition::wait Mutex   mut,
Time    dur
 

void Condition::wait Mutex   mut
 


The documentation for this class was generated from the following file:
Generated on Fri Dec 20 13:35:11 2002 for NMSTL