Shadowrun: Awakened 29 September 2011 - Build 871
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.

#include <DS_Table.h>

List of all members.

Public Member Functions

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

Public Attributes

DataStructures::List< Cell * > cells

Detailed Description

Definition at line 116 of file DS_Table.h.


Member Function Documentation

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

Member Data Documentation

Definition at line 119 of file DS_Table.h.


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

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net