48 while ((kkuint32)data.QueueSize () < _numRows)
76 void AddRow (KKStrListPtr newRowData);
KKStrMatrix(kkuint32 _numCols, kkuint32 _numRows)
A two dimensional matrix of Strings.
unsigned __int32 kkuint32
void AddRow(KKStrListPtr newRowData)
Adds a list of Strings to the end of the Matrix.
KKStrMatrix(kkuint32 _numCols)
A typed container class/template that keeps track of entries via pointers only.
static KKStr Concat(const std::vector< std::string > &values)
Concatenates the list of 'std::string' strings.
KKStr & operator()(kkuint32 row, kkuint32 col)
KKStrList & operator[](kkuint32 row)
KKStrList & operator()(kkuint32 row)
KKStrMatrix * KKStrMatrixPtr
void AddRow()
Adds a row of empty string to the end of the matrix.