ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Attributes | List of all members
TAtomicCount::LockGuard Class Reference

Definition at line 43 of file TAtomicCountPthread.h.

Public Member Functions

 LockGuard (pthread_mutex_t &m)
 
 ~LockGuard ()
 

Private Attributes

pthread_mutex_t & fM
 

Constructor & Destructor Documentation

TAtomicCount::LockGuard::LockGuard ( pthread_mutex_t &  m)
inline

Definition at line 47 of file TAtomicCountPthread.h.

TAtomicCount::LockGuard::~LockGuard ( )
inline

Definition at line 48 of file TAtomicCountPthread.h.

Member Data Documentation

pthread_mutex_t& TAtomicCount::LockGuard::fM
private

Definition at line 45 of file TAtomicCountPthread.h.

Referenced by LockGuard(), and ~LockGuard().


The documentation for this class was generated from the following file: