#include <Guard.h>
Public Member Functions | |
| Guard (M &mutex) | |
| Constructor. More... | |
| ~Guard () | |
| Destructor. More... | |
Private Member Functions | |
| Guard (const Guard &) | |
| Guard & | operator= (const Guard &) |
Private Attributes | |
| M & | m_mutex |
Guard template class.
|
inline |
|
inline |
|
private |
|
private |
|
private |