LibreOffice
LibreOffice 6.0 SDK C/C++ API Reference
|
A helper class for mutex objects and interfaces. More...
#include <mutex.hxx>
Public Member Functions | |
Guard (T *pT_) | |
Acquires the object specified as parameter. More... | |
Guard (T &t) | |
Acquires the object specified as parameter. More... | |
~Guard () | |
Releases the mutex or interface. More... | |
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.
|
protected |