|
stmm-games-doc
0.32.0
|
Public Types | |
| enum | TYPE { TYPE_NULL = 0, TYPE_INT = 1, TYPE_BOOL = 2 } |
Public Member Functions | |
| Variant () noexcept | |
| Variant (int32_t nValue) noexcept | |
| Variant (bool bValue) noexcept | |
| bool | isNull () const noexcept |
| Variant::TYPE | getType () const noexcept |
| int32_t | getInt () const noexcept |
| bool | getBool () const noexcept |
| void | setNull () noexcept |
| void | setInt (int32_t nValue) noexcept |
| void | setBool (bool bValue) noexcept |
| bool | operator== (const Variant &oOther) const noexcept |
| bool | operator!= (const Variant &oOther) const noexcept |
| bool | operator< (const Variant &oOther) const noexcept |
| bool | operator<= (const Variant &oOther) const noexcept |
| bool | operator> (const Variant &oOther) const noexcept |
| bool | operator>= (const Variant &oOther) const noexcept |
| void | dump (int32_t nIndentSpaces) const noexcept |
| enum stmg::Variant::TYPE |
|
inlinenoexcept |
|
inlineexplicitnoexcept |
|
inlineexplicitnoexcept |
|
noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
1.8.13