Mutex is acquired on Scoped_Lock construction and released on destruction. More...
#include <Mutex.h>

Public Member Functions | |
| Scoped_Lock (Mutex &mutex) | |
| Constructor, takes in reference to Mutex object that will be controlled. | |
| virtual | ~Scoped_Lock () |
| Destructor, releases Mutex object. | |
Mutex is acquired on Scoped_Lock construction and released on destruction.