#include <synchronized.h>
A Lock object should be declared on the stack in the same scope as the object to be locked. When the Lock object goes out of scope, the mutex is released. This is especially useful in code that throws exceptions.
Definition at line 40 of file synchronized.h.
Public Member Functions | |
Lock (const Synchronized &obj) | |
virtual | ~Lock () |
Public Attributes | |
const Synchronized & | myObject |