|
stmm-games-doc
0.32.0
|
The formatted representation of a variable's value. More...
Public Member Functions | |
| int32_t | get () const noexcept |
| The value as an integer. More... | |
| VARIABLE_FORMAT | getFormat () const noexcept |
| The format. More... | |
| std::string | toFormattedString () const noexcept |
| Return the formatted string. More... | |
| bool | isValid () const noexcept |
| Whether the variable is valid. More... | |
Static Public Member Functions | |
| static Value | create (int32_t nValue, VARIABLE_FORMAT eFormat) noexcept |
| Create a value. More... | |
The formatted representation of a variable's value.
|
staticnoexcept |
Create a value.
| nValue | The integer value. |
| eFormat | The format. |
|
inlinenoexcept |
The value as an integer.
|
inlinenoexcept |
The format.
|
noexcept |
Whether the variable is valid.
Checks that the format is valid.
|
noexcept |
Return the formatted string.
1.8.13