A helper class for mutex objects and interfaces. More...
#include <mutex.hxx>
Public Member Functions | |
| Guard (T *pT_) | |
| Acquires the object specified as parameter. | |
| Guard (T &t) | |
| Acquires the object specified as parameter. | |
| ~Guard () | |
| Releases the mutex or interface. | |
Protected Attributes | |
| T * | pT |
A helper class for mutex objects and interfaces.
| osl::Guard< T >::Guard | ( | T * | pT_ | ) | [inline] |
Acquires the object specified as parameter.
| osl::Guard< T >::Guard | ( | T & | t | ) | [inline] |
Acquires the object specified as parameter.
| osl::Guard< T >::~Guard | ( | ) | [inline] |
Releases the mutex or interface.
T* osl::Guard< T >::pT [protected] |
1.6.1