My Project
UDK 3.2.7 C/C++ API Reference
|
A helper class for mutex objects and interfaces. More...
#include <mutex.hxx>
Public Member Functions | |
ClearableGuard (T *pT_) | |
Acquires the object specified as parameter. | |
ClearableGuard (T &t) | |
Acquires the object specified as parameter. | |
~ClearableGuard () | |
Releases the mutex or interface if not already released by clear(). | |
void | clear () |
Releases the mutex or interface. |
Protected Attributes | |
T * | pT |
A helper class for mutex objects and interfaces.
|
inline |
Acquires the object specified as parameter.
|
inline |
Acquires the object specified as parameter.
|
inline |
Releases the mutex or interface if not already released by clear().
|
inline |
Releases the mutex or interface.
|
protected |