CMS 3D CMS Logo

Classes | Public Member Functions

MutexI Class Reference

#include <MutexUtils.h>

Inheritance diagram for MutexI:
AnyMutex< M > DummyMutex

List of all members.

Classes

class  scoped_lock

Public Member Functions

virtual void lock ()=0
virtual void unlock ()=0
virtual ~MutexI ()

Detailed Description

Definition at line 14 of file MutexUtils.h.


Constructor & Destructor Documentation

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

Definition at line 16 of file MutexUtils.h.

{}

Member Function Documentation

virtual void MutexI::lock ( ) [pure virtual]

Implemented in DummyMutex, and AnyMutex< M >.

Referenced by MutexI::scoped_lock::scoped_lock().

virtual void MutexI::unlock ( ) [pure virtual]

Implemented in DummyMutex, and AnyMutex< M >.

Referenced by MutexI::scoped_lock::~scoped_lock().