Holds the actual data in the table.
#include <DS_Table.h>
List of all members.
Detailed Description
Definition at line 55 of file DS_Table.h.
Constructor & Destructor Documentation
| DataStructures::Table::Cell::Cell |
( |
| ) |
|
| DataStructures::Table::Cell::~Cell |
( |
| ) |
|
| DataStructures::Table::Cell::Cell |
( |
double |
numericValue, |
|
|
char * |
charValue, |
|
|
void * |
ptr, |
|
|
ColumnType |
type |
|
) |
| |
| DataStructures::Table::Cell::Cell |
( |
const Cell & |
input | ) |
|
Member Function Documentation
| void DataStructures::Table::Cell::Clear |
( |
void |
| ) |
|
| ColumnType DataStructures::Table::Cell::EstimateColumnType |
( |
void |
| ) |
const |
| void DataStructures::Table::Cell::Get |
( |
int * |
output | ) |
|
| void DataStructures::Table::Cell::Get |
( |
double * |
output | ) |
|
| void DataStructures::Table::Cell::Get |
( |
char * |
output | ) |
|
| void DataStructures::Table::Cell::Get |
( |
char * |
output, |
|
|
int * |
outputLength |
|
) |
| |
| Cell& DataStructures::Table::Cell::operator= |
( |
const Cell & |
input | ) |
|
| void DataStructures::Table::Cell::Set |
( |
const char * |
input | ) |
|
| void DataStructures::Table::Cell::Set |
( |
unsigned int |
input | ) |
|
| void DataStructures::Table::Cell::Set |
( |
const char * |
input, |
|
|
int |
inputLength |
|
) |
| |
| void DataStructures::Table::Cell::Set |
( |
double |
input | ) |
|
| void DataStructures::Table::Cell::Set |
( |
int |
input | ) |
|
| void DataStructures::Table::Cell::SetByType |
( |
double |
numericValue, |
|
|
char * |
charValue, |
|
|
void * |
ptr, |
|
|
ColumnType |
type |
|
) |
| |
| void DataStructures::Table::Cell::SetPtr |
( |
void * |
p | ) |
|
Member Data Documentation
The documentation for this struct was generated from the following file: