CMS 3D CMS Logo

Public Member Functions | Public Attributes

cscdqm::Lock Class Reference

Lockable interface that blocks thread. More...

#include <CSCDQM_Lock.h>

Inheritance diagram for cscdqm::Lock:
cscdqm::EventProcessorMutex cscdqm::MonitorObject CSCMonitorObject

List of all members.

Public Member Functions

 Lock ()
 Constructor.
virtual ~Lock ()
 Destructor.

Public Attributes

bool mutex

Detailed Description

Lockable interface that blocks thread.

Definition at line 42 of file CSCDQM_Lock.h.


Constructor & Destructor Documentation

cscdqm::Lock::Lock ( ) [inline]

Constructor.

Definition at line 56 of file CSCDQM_Lock.h.

{ }
virtual cscdqm::Lock::~Lock ( ) [inline, virtual]

Destructor.

Definition at line 61 of file CSCDQM_Lock.h.

{ }

Member Data Documentation