Alexandria  2.16
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
Euclid::GridContainer::GridCellToTable< T, typename std::enable_if< std::is_arithmetic< T >::value >::type > Struct Template Reference

#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)
 

Detailed Description

template<typename T>
struct Euclid::GridContainer::GridCellToTable< T, typename std::enable_if< std::is_arithmetic< T >::value >::type >

Specialization for scalar types

Definition at line 90 of file GridContainerToTable.h.

Member Function Documentation

template<typename T >
static void Euclid::GridContainer::GridCellToTable< T, typename std::enable_if< std::is_arithmetic< T >::value >::type >::addCells ( const T &  c,
std::vector< Table::Row::cell_type > &  row 
)
inlinestatic

Definition at line 96 of file GridContainerToTable.h.

References std::vector< T >::emplace_back().

Here is the call graph for this function:

template<typename T >
static void Euclid::GridContainer::GridCellToTable< T, typename std::enable_if< std::is_arithmetic< T >::value >::type >::addColumnDescriptions ( const T &  ,
std::vector< Table::ColumnDescription > &  columns 
)
inlinestatic

Definition at line 92 of file GridContainerToTable.h.

References std::vector< T >::emplace_back().

Here is the call graph for this function:


The documentation for this struct was generated from the following file: