|
Cogs.Core
|
Public Member Functions | |
| bool | hasChanged () const |
| void | setUnchanged () |
| void | setChanged () |
| void | setChanged (size_t slot, StateVariableType variable, bool force=false) |
| void | setAnyChanged (StateVariableType &&variable) |
| bool | getChanged (size_t slot) const |
| size_t | size () const |
| const StateVariableType & | operator[] (size_t index) const |
Private Attributes | |
| StateVariableType | variables [Slots] = { 0 } |
| uint32_t | changed = 0xFFFFFFFF |
| uint32_t | numChanged = 0 |
Definition at line 302 of file EffectsCommon.h.
|
inline |
Definition at line 339 of file EffectsCommon.h.
|
inline |
Definition at line 306 of file EffectsCommon.h.
|
inline |
Definition at line 346 of file EffectsCommon.h.
|
inline |
Definition at line 330 of file EffectsCommon.h.
|
inline |
Definition at line 316 of file EffectsCommon.h.
|
inline |
Definition at line 321 of file EffectsCommon.h.
|
inline |
Definition at line 311 of file EffectsCommon.h.
|
inline |
Definition at line 344 of file EffectsCommon.h.
|
private |
Definition at line 353 of file EffectsCommon.h.
|
private |
Definition at line 354 of file EffectsCommon.h.
|
private |
Definition at line 352 of file EffectsCommon.h.