fesa-core
4.3.1
|
Representation of the size of a two-dimensional array of strings. 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. | |
std::size_t | maxLength |
The maximal length of each string. | |
Representation of the size of a two-dimensional array of strings.