#include <GCSynch.h>
Public Member Functions | |
Lock (const LockableObject< Object > &obj) | |
~Lock () | |
Private Member Functions | |
Lock & | operator= (const Lock &) |
Private Attributes | |
const LockableObject< Object > & | m_Object |
Reference to outer object. More... | |
A scopelevel Lock class. Automatically acquires the lock when created and releases it when destroyed.
|
inline |
|
inline |
|
private |
|
private |