fesa-core  5.0.1
fesa::ServerData::StringArray2DSize Struct Reference

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.
 

Detailed Description

Representation of the size of a two-dimensional array of strings.


The documentation for this struct was generated from the following file: