Struct DataSet::Cell# Defined in File DataSet.h Nested Relationships# This struct is a nested type of Template Class DataSet. Struct Documentation# struct Cell# Cell of a data table. Stores the value of a cell. The value is 0 if the Cell is a null cell. Public Functions inline Cell()# Creates a new null Cell. inline Cell(T value_)# Creates a new non-null Cell storing the value of T Public Members const bool null# Null or not const T value# The value of the cell