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 108 of file object_base.h.


Constructor & Destructor Documentation

synchronizer_base::~synchronizer_base (  )  [virtual]

Definition at line 32 of file object_base.cpp.


Member Function Documentation

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

Implemented in mutex_base, semaphore, and rendezvous.

Referenced by auto_synchronizer::auto_synchronizer().

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 files:
Generated on Wed Aug 27 04:34:48 2008 for HOOPLE Libraries by  doxygen 1.5.1