|
stmm-games-doc
0.32.0
|

Public Member Functions | |
| XYBuffer (NSize oWH) noexcept | |
| Constructor. More... | |
| XYBuffer (NSize oWH, const T &oT) noexcept | |
| Constructor. More... | |
| void | resize (NSize oWH) noexcept |
| void | resize (NSize oWH, const T &oT) noexcept |
| int32_t | getW () const noexcept |
| int32_t | getH () const noexcept |
| NSize | getSize () const noexcept |
| const T & | get (NPoint oXY) const noexcept |
| T & | get (NPoint oXY) noexcept |
| void | set (NPoint oXY, const T &oT) noexcept |
| void | setAll (const T &oT) noexcept |
| void | dump (int32_t nIndentSpaces) const noexcept |
| void | dump () const noexcept |
|
explicitnoexcept |
Constructor.
T must be default constructible.
| oWH | The size of the buffer. Must be positive. |
|
noexcept |
Constructor.
T must be copy constructible.
| oWH | The size of the buffer. Must be positive. |
| oT | The value with which the buffer is filled. |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
1.8.13