|
XX CMake Package
|
a 2d array More...
#include <XXArray2D.h>
a 2d array
Public Member Functions | |
| Array2D (const Size &size, const DataType &initialValue=DataType()) | |
| const Size & | getSize () const |
| void | appendRow (const DataType &initialValue=DataType()) |
| void | removeRow (const uint16_t row) |
| XX::Array2D< DataType >::Array2D | ( | const Size & | size, |
| const DataType & | initialValue = DataType() ) |
| void XX::Array2D< DataType >::appendRow | ( | const DataType & | initialValue = DataType() | ) |
| const Size & XX::Array2D< DataType >::getSize | ( | ) | const |
| void XX::Array2D< DataType >::removeRow | ( | const uint16_t | row | ) |