Alexandria 2.31.2
SDC-CH common library for the Euclid project
|
#include <GridContainerToTable.h>
Static Public Member Functions | |
static void | addColumnDescriptions (const T &, std::vector< Table::ColumnDescription > &columns) |
static void | addCells (const T &c, std::vector< Table::Row::cell_type > &row) |
static void | addColumnDescriptions (const T &c, std::vector< Table::ColumnDescription > &columns) |
static void | addCells (const T &c, std::vector< Table::Row::cell_type > &row) |
Specialization for scalar types
Definition at line 90 of file GridContainerToTable.h.
|
static |
Add the cell values into the row
c | A cell instance to be serialized |
row | Destination row. New cells must be appended on the same order as the column descriptions. |
|
inlinestatic |
Definition at line 96 of file GridContainerToTable.h.
References std::vector< T >::emplace_back().
|
inlinestatic |
Definition at line 92 of file GridContainerToTable.h.
References std::vector< T >::emplace_back().
|
static |
Get the column descriptions of the values of the cell. The element passed will be one reference cell from the grid (i.e. the first one)
c | A cell instance |
columns | The column description(s) for the cell type. New columns must be appended |