CMS 3D CMS Logo

List of all members | 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

Public Member Functions

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

Public Attributes

bool mutex = false
 

Detailed Description

Lockable interface that blocks thread.

Definition at line 42 of file CSCDQM_Lock.h.

Constructor & Destructor Documentation

◆ Lock()

cscdqm::Lock::Lock ( )
inline

Constructor.

Definition at line 54 of file CSCDQM_Lock.h.

54 {}

◆ ~Lock()

virtual cscdqm::Lock::~Lock ( )
inlinevirtual

Destructor.

Definition at line 59 of file CSCDQM_Lock.h.

59 {}

Member Data Documentation

◆ mutex

bool cscdqm::Lock::mutex = false