GEOS
|
#include "common/Units.hpp"
#include "common/DataTypes.hpp"
#include "common/format/Format.hpp"
#include "TableTypes.hpp"
Go to the source code of this file.
Classes | |
class | geos::TableData |
Class for managing table data. More... | |
struct | geos::TableData::CellData |
Representing a data in TableData. More... | |
class | geos::TableData2D |
Class for managing 2D table m_data. More... | |
struct | geos::TableData2D::TableDataHolder |
Struct containing conversion informations. More... | |
Namespaces | |
geos | |
Variables | |
template<typename T > | |
constexpr bool | geos::isCellType = std::is_same_v< T, CellType > |
Trait to check is the args is a special type of cell. More... | |