Pol  Rev 533
LocalMutex Class Reference

#include <hbmutex.h>

+ Collaboration diagram for LocalMutex:

List of all members.

Public Member Functions

 LocalMutex (Mutex *mutex)
 ~LocalMutex ()
void unlock ()

Private Member Functions

 LocalMutex (LocalMutex &)
 LocalMutex (const Mutex *)
LocalMutexoperator= (LocalMutex &)

Private Attributes

Mutex_mutex

Detailed Description

Definition at line 44 of file hbmutex.h.


Constructor & Destructor Documentation

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:

Definition at line 60 of file hbmutex.h.

References _mutex, and Mutex::unlock().

+ Here is the call graph for this function:

LocalMutex::LocalMutex ( const Mutex ) [private]

Member Function Documentation

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:


Member Data Documentation

Definition at line 51 of file hbmutex.h.

Referenced by LocalMutex(), unlock(), and ~LocalMutex().


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