Object lifetime scoped mutex object or interface lock. 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 | 
Object lifetime scoped mutex object or interface lock.
Acquires the template object on construction and releases it on destruction.
| 
 | inline | 
Acquires the object specified as parameter.
| 
 | inline | 
Acquires the object specified as parameter.
| 
 | inline | 
Releases the mutex or interface.
| 
 | protected |