Radium Engine
1.5.0
|
Scope lock state management for attributes. More...
#include <Core/Utils/Attribs.hpp>
Public Member Functions | |
ScopedLockState (AttribManager *a) | |
Constructor, save lock state of all attribs from attribManager. More... | |
~ScopedLockState () | |
Destructor, unlock all attribs whose have been locked after the initialization of the Unlocker. | |
Scope lock state management for attributes.
Unlock all attribs locked after the creation of the ScopedLockState object when it gets out of scope.
Definition at line 403 of file Attribs.hpp.
|
inlineexplicit |
Constructor, save lock state of all attribs from attribManager.
a | the AttribManager on which locking will be supervised |
Definition at line 410 of file Attribs.hpp.