|
Pol
Rev 533
|
#include <hbmutex.h>
Collaboration diagram for LocalMutex:Public Member Functions | |
| LocalMutex (Mutex *mutex) | |
| ~LocalMutex () | |
| void | unlock () |
Private Member Functions | |
| LocalMutex (LocalMutex &) | |
| LocalMutex (const Mutex *) | |
| LocalMutex & | operator= (LocalMutex &) |
Private Attributes | |
| Mutex * | _mutex |
| LocalMutex::LocalMutex | ( | Mutex * | mutex | ) | [inline] |
Definition at line 56 of file hbmutex.h.
References _mutex, and Mutex::lock().
Here is the call graph for this function:| LocalMutex::~LocalMutex | ( | ) | [inline] |
Definition at line 60 of file hbmutex.h.
References _mutex, and Mutex::unlock().
Here is the call graph for this function:| LocalMutex::LocalMutex | ( | LocalMutex & | ) | [private] |
| LocalMutex::LocalMutex | ( | const Mutex * | ) | [private] |
| LocalMutex& LocalMutex::operator= | ( | LocalMutex & | ) | [private] |
| void LocalMutex::unlock | ( | ) | [inline] |
Definition at line 64 of file hbmutex.h.
References _mutex, and Mutex::unlock().
Here is the call graph for this function:Mutex* LocalMutex::_mutex [private] |
Definition at line 51 of file hbmutex.h.
Referenced by LocalMutex(), unlock(), and ~LocalMutex().