UDK 3.2.7 C/C++ API Reference
|
A helper class for mutex objects and interfaces. More...
#include <mutex.hxx>
Public Member Functions | |
ResettableGuard (T *pT_) | |
Acquires the object specified as parameter. | |
ResettableGuard (T &rT) | |
Acquires the object specified as parameter. | |
void | reset () |
Re-aquires the mutex or interface. | |
Protected Attributes | |
T * | pResetT |
A helper class for mutex objects and interfaces.
osl::ResettableGuard< T >::ResettableGuard | ( | T * | pT_ | ) | [inline] |
Acquires the object specified as parameter.
osl::ResettableGuard< T >::ResettableGuard | ( | T & | rT | ) | [inline] |
Acquires the object specified as parameter.
void osl::ResettableGuard< T >::reset | ( | ) | [inline] |
Re-aquires the mutex or interface.
T* osl::ResettableGuard< T >::pResetT [protected] |