Version: 8.3.0
Utils_Locker Class Reference

#include <Utils_Mutex.hxx>

Inheritance diagram for Utils_Locker:

Public Member Functions

 Utils_Locker (Utils_Mutex *)
 
virtual ~Utils_Locker ()
 

Private Attributes

Utils_MutexmyMutex
 

Constructor & Destructor Documentation

Utils_Locker::Utils_Locker ( Utils_Mutex mutex)

References Utils_Mutex::lock(), and myMutex.

Utils_Locker::~Utils_Locker ( )
virtual

References myMutex, and Utils_Mutex::unlock().

Field Documentation

Utils_Mutex* Utils_Locker::myMutex
private

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