fesa-core
4.2.0
|
Representation of the size of a two-dimensional array. More...
#include <ServerData.h>
Public Attributes | |
std::size_t | nRows |
The number of rows in an array. | |
std::size_t | nColumns |
The number of columns (the number of elements in a row) in an array. | |
std::size_t | maxNRows |
The maximal number of rows in an array. | |
std::size_t | maxNColumns |
The maximal number of columns in an array. | |
Representation of the size of a two-dimensional array.