Table Row (Record)
More...
#include <table.h>
Table Row (Record)
Definition at line 243 of file table.h.
Default constructor.
Definition at line 250 of file table.h.
void TTableRow::AddFlt |
( |
const TFlt & |
Val | ) |
|
|
inline |
Adds float attribute to this row.
Definition at line 254 of file table.h.
TFltV FltVals
Values of the flt columns for this row.
TSizeTy Add()
Adds a new element at the end of the vector, after its current last element.
void TTableRow::AddInt |
( |
const TInt & |
Val | ) |
|
|
inline |
Adds int attribute to this row.
Definition at line 252 of file table.h.
TIntV IntVals
Values of the int columns for this row.
TSizeTy Add()
Adds a new element at the end of the vector, after its current last element.
void TTableRow::AddStr |
( |
const TStr & |
Val | ) |
|
|
inline |
Adds string attribute to this row.
Definition at line 256 of file table.h.
TStrV StrVals
Values of the str columns for this row.
TSizeTy Add()
Adds a new element at the end of the vector, after its current last element.
TFltV TTableRow::GetFltVals |
( |
| ) |
const |
|
inline |
Gets float attributes of this row.
Definition at line 260 of file table.h.
TFltV FltVals
Values of the flt columns for this row.
TIntV TTableRow::GetIntVals |
( |
| ) |
const |
|
inline |
Gets int attributes of this row.
Definition at line 258 of file table.h.
TIntV IntVals
Values of the int columns for this row.
TStrV TTableRow::GetStrVals |
( |
| ) |
const |
|
inline |
Gets string attributes of this row.
Definition at line 262 of file table.h.
TStrV StrVals
Values of the str columns for this row.
Values of the flt columns for this row.
Definition at line 246 of file table.h.
Values of the int columns for this row.
Definition at line 245 of file table.h.
Values of the str columns for this row.
Definition at line 247 of file table.h.
The documentation for this class was generated from the following file: