#include <DS_Table.h>
Public Member Functions | |
Cell (int intValue, char *charValue, ColumnType type) | |
void | Clear (void) |
void | Set (int input) |
Numeric. | |
void | Set (char *input) |
String. | |
void | Set (char *input, int inputLength) |
Binary. | |
void | Get (int *output) |
Numeric. | |
void | Get (char *output) |
String. | |
void | Get (char *output, int *outputLength) |
Binary. | |
Cell & | operator= (const Cell &input) |
Cell (const Cell &input) | |
Public Attributes | |
bool | isEmpty |
int | i |
char * | c |