synchronizer_base Class Reference

This is a pure virtual base for the simplest notion of synchronization. More...

#include <object_base.h>

Inheritance diagram for synchronizer_base:

Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~synchronizer_base ()
virtual void establish_lock ()=0
virtual void repeal_lock ()=0


Detailed Description

This is a pure virtual base for the simplest notion of synchronization.

Derived classes must provide a locking operation and a corresponding unlocking operation.

Definition at line 125 of file object_base.h.


Constructor & Destructor Documentation

virtual synchronizer_base::~synchronizer_base (  )  [inline, virtual]

Definition at line 128 of file object_base.h.


Member Function Documentation

virtual void synchronizer_base::establish_lock (  )  [pure virtual]

virtual void synchronizer_base::repeal_lock (  )  [pure virtual]

Implemented in mutex_base, semaphore, and rendezvous.


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

Generated on Mon Jul 26 04:23:25 2010 for HOOPLE Libraries by  doxygen 1.5.6