|
stmm-games-doc
0.32.0
|

Public Types | |
| enum | { CHAR_UCS4_MIN = 1, CHAR_UCS4_MAX = (1 << 30) + ((1 << 30) - 1) } |
| The accepted unicode values. More... | |
| enum | { CHAR_INDEX_MIN = 0, CHAR_INDEX_MAX = (1 << 30) + ((1 << 30) - 1) } |
| The char index limits. More... | |
Public Member Functions | |
| TileChar () noexcept | |
| bool | isEmpty () const noexcept |
| bool | operator== (const TileChar &oTileChar) const noexcept |
| void | clear () noexcept |
| bool | isCharIndex () const noexcept |
| uint32_t | getChar () const noexcept |
| void | setChar (uint32_t nChar) noexcept |
| uint32_t | getCharIndex () const noexcept |
| void | setCharIndex (uint32_t nCharIndex) noexcept |
| void | dump () const noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
1.8.13