GEOS
|
Representing a data in TableData. More...
#include <TableData.hpp>
Public Member Functions | |
bool | operator== (CellData const &other) const |
Comparison operator for cell value. More... | |
Public Attributes | |
CellType | type |
The cell type. | |
string | value |
The cell value. | |
Representing a data in TableData.
Definition at line 41 of file TableData.hpp.
|
inline |
Comparison operator for cell value.
other | The cell data value to compare |
Definition at line 53 of file TableData.hpp.