GEOS
|
#include "common/DataTypes.hpp"
#include "TableTypes.hpp"
#include <variant>
#include "common/logger/Logger.hpp"
Go to the source code of this file.
Classes | |
class | geos::TableLayout |
Class for setup the table layout. More... | |
struct | geos::TableLayout::ColumnAlignement |
Structure to set up values m_alignment for each colum. More... | |
struct | geos::TableLayout::CellLayout |
Structure grouping the cell information to display it in a table (content, type, alignment, ...). More... | |
class | geos::TableLayout::Column |
Class representing a column in a table layout. More... | |
class | geos::TableLayout::DeepFirstIterator |
Iterator to loop over all columns, starting by the deepest sub columns, then to their parents, then to their siblings. More... | |
Namespaces | |
geos | |