Logo ROOT   6.10/09
Reference Guide
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

◆ LockGuard()

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

Definition at line 47 of file TAtomicCountPthread.h.

◆ ~LockGuard()

TAtomicCount::LockGuard::~LockGuard ( )
inline

Definition at line 48 of file TAtomicCountPthread.h.

Member Data Documentation

◆ fM

pthread_mutex_t& TAtomicCount::LockGuard::fM
private

Definition at line 45 of file TAtomicCountPthread.h.


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