Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

MCWaitNotify Class Reference

Base class for all wait/notify type objects. More...

#include <mcllib/MCWaitNotify.h>

Inheritance diagram for MCWaitNotify:

MCSemaphore MCWaitNotifyAll MCCondVar MCMonitor List of all members.

Public Member Functions

virtual void notify ()=0
 Wake a single waiter wait()-ing on the object.
virtual void wait ()=0
 Wait indefinitely until notify is called on the object.

Detailed Description

Base class for all wait/notify type objects.

Provides wait and notify methods (Semaphores, Condition variables etc.). Derived classes must implement wait() and notify().


Generated on Wed Jan 12 19:05:51 2005 for MCLLIB by  doxygen 1.3.9.1