Automatic lock. More...
Automatic lock.
Public Member Methods | |
| AutoLock () | |
| Default constructor. More... | |
| AutoLock (ILockable &lockable) | |
| Default constructor. More... | |
| ~AutoLock () | |
| Destructor. More... | |
| void | Lock (ILockable &lockable) |
| Locks. More... | |
| void | Unlock () |
| Unlocks this object. More... | |
| bool | GetLocked () |
| Gets the locked. More... | |
|
inline |
Default constructor.
Default constructor.
| lockable | [in,out] The lockable. |
|
inline |
Destructor.
|
inline |
Gets the locked.
|
inline |
Locks.
| lockable | [in,out] The lockable. |
|
inline |
Unlocks this object.