|
stmm-games-doc
0.32.0
|

Public Member Functions | |
| int32_t | x () const noexcept |
| The current x position. More... | |
| int32_t | y () const noexcept |
| The current y position. More... | |
| NPoint | point () const noexcept |
| The current position. More... | |
| void | next () noexcept |
| Move the iterator to the next coord. More... | |
| bool | operator== (const const_iterator &it) const noexcept |
| Tells whether the iterator point to the same position as another. More... | |
| bool | operator!= (const const_iterator &it) const noexcept |
| Opposite of const_iterator::operator==(). More... | |
Protected Member Functions | |
| int32_t | get () const noexcept |
Coords iterator.
|
inlineprotectednoexcept |
|
inlinenoexcept |
Move the iterator to the next coord.
|
inlinenoexcept |
Opposite of const_iterator::operator==().
|
inlinenoexcept |
Tells whether the iterator point to the same position as another.
| it | The other iterator. |
|
inlinenoexcept |
The current position.
|
inlinenoexcept |
The current x position.
|
inlinenoexcept |
The current y position.
1.8.13