19 #ifndef GRIDCONTAINER_GRIDCONTAINERTOTABLE_H 20 #define GRIDCONTAINER_GRIDCONTAINERTOTABLE_H 28 namespace GridContainer {
62 template<
typename T,
typename Enable=
void>
105 template<
typename GridCellManager,
typename ...AxesTypes>
113 #endif // GRIDCONTAINER_GRIDCONTAINERTOTABLE_H
Table::Table gridContainerToTable(const GridContainer< GridCellManager, AxesTypes... > &grid)
static void addCells(const T &c, std::vector< Table::Row::cell_type > &row)
static void addColumnDescriptions(const T &, std::vector< Table::ColumnDescription > &columns)
static void addColumnDescriptions(const T &c, std::vector< Table::ColumnDescription > &columns)
const std::string & qualifiedName() const
Returns the qualified name as a string.
static void addCells(const T &c, std::vector< Table::Row::cell_type > &row)
Represents a name qualified with a set of groups.
static table_cell_t serialize(const Euclid::XYDataset::QualifiedName &qn)
T emplace_back(T... args)