CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
cscdqm::LockType Struct Reference

#include <CSCDQM_Lock.h>

Public Member Functions

 LockType (bool locked_)
 
void unlock ()
 

Public Attributes

bool locked
 

Detailed Description

Definition at line 31 of file CSCDQM_Lock.h.

Constructor & Destructor Documentation

cscdqm::LockType::LockType ( bool  locked_)
inline

Definition at line 33 of file CSCDQM_Lock.h.

33 : locked(locked_) { }

Member Function Documentation

void cscdqm::LockType::unlock ( )
inline

Definition at line 34 of file CSCDQM_Lock.h.

References locked.

Referenced by cscdqm::Collection::book().

34 { locked = false; }

Member Data Documentation

bool cscdqm::LockType::locked

Definition at line 32 of file CSCDQM_Lock.h.

Referenced by unlock().