DataStructures::Table::Cell Struct Reference

Holds the actual data in the table. More...

#include <DS_Table.h>

List of all members.

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.
Celloperator= (const Cell &input)
 Cell (const Cell &input)

Public Attributes

bool isEmpty
int i
char * c


Detailed Description

Holds the actual data in the table.


The documentation for this struct was generated from the following files:
Generated on Sat Oct 14 08:37:41 2006 for RakNet by  doxygen 1.4.6-NO