|
stmm-games-doc
0.32.0
|
Classes | |
| class | Operand |
| class | Operator |
| class | OptionCond |
Public Member Functions | |
| PrefSelector (unique_ptr< Operand > refOperand) noexcept | |
| Constructor. More... | |
| PrefSelector () noexcept=default | |
| Empty constructor. More... | |
| bool | select (const AppPreferences &oPrefs) const noexcept |
| Whether the preferences is selected by this instance. More... | |
| void | dump (int32_t nIndentSpaces) const noexcept |
|
explicitnoexcept |
Constructor.
| refOperand | The expression. Cannot be null. |
|
defaultnoexcept |
Empty constructor.
The select() functions will always return false.
|
noexcept |
|
noexcept |
Whether the preferences is selected by this instance.
| oPrefs | The preferences. |
1.8.13