19 #ifndef GRIDCONTAINER_GRIDCONTAINERTOTABLE_H
20 #define GRIDCONTAINER_GRIDCONTAINERTOTABLE_H
28 namespace GridContainer {
62 template<
typename T,
typename Enable=
void>
90 struct GridCellToTable<T, typename std::enable_if<std::is_arithmetic<T>::value>::type> {
105 template<
typename GridCellManager,
typename ...AxesTypes>
113 #endif // GRIDCONTAINER_GRIDCONTAINERTOTABLE_H
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)
static void addColumnDescriptions(const T &, std::vector< Table::ColumnDescription > &columns)
static void addColumnDescriptions(const T &c, std::vector< Table::ColumnDescription > &columns)
static void addCells(const T &c, std::vector< Table::Row::cell_type > &row)
Table::Table gridContainerToTable(const GridContainer< GridCellManager, AxesTypes...> &grid)
Represents a name qualified with a set of groups.
static table_cell_t serialize(const Euclid::XYDataset::QualifiedName &qn)