$search
#include <PThreads.hh>
Public Member Functions | |
ScopedLock (Mutex &mutex) | |
~ScopedLock () | |
Private Attributes | |
Mutex & | _mutex |
definition of ScopedLock;
Definition at line 65 of file PThreads.hh.
log4cpp::threading::ScopedLock::ScopedLock | ( | Mutex & | mutex | ) | [inline] |
Definition at line 70 of file PThreads.hh.
log4cpp::threading::ScopedLock::~ScopedLock | ( | ) | [inline] |
Definition at line 75 of file PThreads.hh.
Mutex& log4cpp::threading::ScopedLock::_mutex [private] |
Definition at line 67 of file PThreads.hh.