CVD 0.8
Public Member Functions | Protected Attributes
CVD::EventObject Class Reference

Encapsulation of a condition variable and its boolean condition. More...

#include <eventobject.h>

Inheritance diagram for CVD::EventObject:
CVD::Synchronized CVD::NoCopy

List of all members.

Public Member Functions

 EventObject ()
void trigger ()
void triggerAll ()
void wait ()
bool wait (unsigned int milli)

Protected Attributes

pthread_cond_t myCondVar

Detailed Description

Encapsulation of a condition variable and its boolean condition.

Definition at line 9 of file eventobject.h.


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