GEOS
Public Member Functions | Public Attributes | List of all members
geos::TableData::CellData Struct Reference

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.
 

Detailed Description

Representing a data in TableData.

Definition at line 41 of file TableData.hpp.

Member Function Documentation

◆ operator==()

bool geos::TableData::CellData::operator== ( CellData const &  other) const
inline

Comparison operator for cell value.

Parameters
otherThe cell data value to compare
Returns
The comparison result

Definition at line 53 of file TableData.hpp.


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