Urho3D
Public Member Functions | Private Attributes
Urho3D::MutexLock Class Reference

Lock that automatically acquires and releases a mutex. More...

#include <Mutex.h>

List of all members.

Public Member Functions

 MutexLock (Mutex &mutex)
 Construct and acquire the mutex.
 ~MutexLock ()
 Destruct. Release the mutex.

Private Attributes

Mutexmutex_
 Mutex reference.

Detailed Description

Lock that automatically acquires and releases a mutex.


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