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
LStoreFile::MutexWrapper Class Reference

#include <LStoreFile.h>

Public Member Functions

 MutexWrapper (pthread_mutex_t *lock)
 
 ~MutexWrapper ()
 

Public Attributes

pthread_mutex_t * m_lock
 

Detailed Description

Definition at line 43 of file LStoreFile.h.

Constructor & Destructor Documentation

LStoreFile::MutexWrapper::MutexWrapper ( pthread_mutex_t *  lock)

Definition at line 357 of file LStoreFile.cc.

LStoreFile::MutexWrapper::~MutexWrapper ( )

Definition at line 363 of file LStoreFile.cc.

Member Data Documentation

pthread_mutex_t* LStoreFile::MutexWrapper::m_lock

Definition at line 47 of file LStoreFile.h.