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 |
Detailed Description
template<class T>
class osl::Guard< T >
A helper class for mutex objects and interfaces.
Constructor & Destructor Documentation
Acquires the object specified as parameter.
Acquires the object specified as parameter.
Releases the mutex or interface.
Member Data Documentation
The documentation for this class was generated from the following file: