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

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.
 

Detailed Description

Representation of the size of a two-dimensional array.


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