Table Row (Record)
More...
#include <table.h>
Table Row (Record)
Definition at line 234 of file table.h.
Default constructor.
Definition at line 241 of file table.h.
void TTableRow::AddFlt |
( |
const TFlt & |
Val | ) |
|
|
inline |
Adds float attribute to this row.
Definition at line 245 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 243 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 247 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 251 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 249 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 253 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 237 of file table.h.
Values of the int columns for this row.
Definition at line 236 of file table.h.
Values of the str columns for this row.
Definition at line 238 of file table.h.
The documentation for this class was generated from the following file: