Radium Engine
1.5.20
|
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. | |
~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 402 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 409 of file Attribs.hpp.
|
inline |
Destructor, unlock all attribs whose have been locked after the initialization of the Unlocker.
Definition at line 418 of file Attribs.hpp.