Public Member Functions | Public Attributes

DataStructures::Table::Row Struct Reference

Stores the list of cells for this row, and a special flag used for internal sorting. More...

#include <DS_Table.h>

Collaboration diagram for DataStructures::Table::Row:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void UpdateCell (unsigned columnIndex, double value)
 Numeric.
void UpdateCell (unsigned columnIndex, const char *str)
 String.
void UpdateCell (unsigned columnIndex, int byteLength, const char *data)
 Binary.

Public Attributes

DataStructures::List< Cell * > cells

Detailed Description

Stores the list of cells for this row, and a special flag used for internal sorting.

Definition at line 116 of file DS_Table.h.


Member Function Documentation

void Table::Row::UpdateCell ( unsigned  columnIndex,
double  value 
)

Numeric.

Definition at line 241 of file DS_Table.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Table::Row::UpdateCell ( unsigned  columnIndex,
int  byteLength,
const char *  data 
)

Binary.

Definition at line 255 of file DS_Table.cpp.

Here is the call graph for this function:

void Table::Row::UpdateCell ( unsigned  columnIndex,
const char *  str 
)

String.

Definition at line 250 of file DS_Table.cpp.

Here is the call graph for this function:


Member Data Documentation

Definition at line 119 of file DS_Table.h.


The documentation for this struct was generated from the following files: