C++ Instrument Catalog
|
Lock. More...
#include <Synchronization.h>
Public Member Functions | |
CLockGuard (LockType &rLock) | |
Constructor. More... | |
virtual | ~CLockGuard () |
Destructor. More... | |
Lock.
LockType | Lockable object type (e.g. mutex). |
Definition at line 62 of file Synchronization.h.
|
inline |
Constructor.
rLock | Lockable object to pass to lock. |
Definition at line 69 of file Synchronization.h.
|
inlinevirtual |
Destructor.
Definition at line 76 of file Synchronization.h.