Visualization Library 2.0.0
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
A class that locks the specified mutex when constructed and unlocks it when destructed. More...
#include <ScopedMutex.hpp>
Public Member Functions | |
ScopedMutex (IMutex *mutex) | |
Constructor: locks the mutex. More... | |
~ScopedMutex () | |
Destructor: unlocks the mutex. More... | |
A class that locks the specified mutex when constructed and unlocks it when destructed.
Definition at line 43 of file ScopedMutex.hpp.
|
inline |
Constructor: locks the mutex.
Definition at line 47 of file ScopedMutex.hpp.
References vl::IMutex::lock().
|
inline |
Destructor: unlocks the mutex.
Definition at line 54 of file ScopedMutex.hpp.
References vl::IMutex::unlock().
Visualization Library 2.0.0 Reference Documentation
Updated on Wed Dec 23 2020 12:44:11.
© Copyright Michele Bosi. All rights reserved.