|
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 305 of file EffectsCommon.h.
|
inline |
Definition at line 342 of file EffectsCommon.h.
|
inline |
Definition at line 309 of file EffectsCommon.h.
|
inline |
Definition at line 349 of file EffectsCommon.h.
|
inline |
Definition at line 333 of file EffectsCommon.h.
|
inline |
Definition at line 319 of file EffectsCommon.h.
|
inline |
Definition at line 324 of file EffectsCommon.h.
|
inline |
Definition at line 314 of file EffectsCommon.h.
|
inline |
Definition at line 347 of file EffectsCommon.h.
|
private |
Definition at line 356 of file EffectsCommon.h.
|
private |
Definition at line 357 of file EffectsCommon.h.
|
private |
Definition at line 355 of file EffectsCommon.h.