#include <Mutex.h>

Public Member Functions | |
| ScopedLock (Mutex &m_) | |
| ~ScopedLock () | |
Private Attributes | |
| Mutex & | m |
Definition at line 27 of file Mutex.h.
| adchpp::ScopedLock< Mutex >::ScopedLock | ( | Mutex & | m_ | ) | [inline] |
Definition at line 29 of file Mutex.h.
References adchpp::ScopedLock< Mutex >::m.
| adchpp::ScopedLock< Mutex >::~ScopedLock | ( | ) | [inline] |
Definition at line 30 of file Mutex.h.
References adchpp::ScopedLock< Mutex >::m.
Mutex& adchpp::ScopedLock< Mutex >::m [private] |
Definition at line 32 of file Mutex.h.
Referenced by adchpp::ScopedLock< Mutex >::ScopedLock(), and adchpp::ScopedLock< Mutex >::~ScopedLock().
1.6.3