Alexandria 2.31.4
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Euclid::Table::CastVisitor< std::vector< VectorType > > Class Template Reference

#include <CastVisitor.h>

Inheritance diagram for Euclid::Table::CastVisitor< std::vector< VectorType > >:
Collaboration diagram for Euclid::Table::CastVisitor< std::vector< VectorType > >:

Public Member Functions

template<typename From>
std::vector< VectorType > operator() (const From &from) const
 
template<typename From>
std::vector< VectorType > operator() (const std::vector< From > &from) const
 
std::vector< VectorType > operator() (const std::string &from) const
 
const std::vector< VectorType > & operator() (const std::vector< VectorType > &from) const
 
std::vector< VectorType > operator() (const From &from, typename std::enable_if< std::is_same< From, std::vector< VectorType > >::value >::type *=0) const
 
std::vector< VectorType > operator() (const From &, typename std::enable_if<!std::is_same< From, std::vector< VectorType > >::value >::type *=0) const
 

Detailed Description

template<typename VectorType>
class Euclid::Table::CastVisitor< std::vector< VectorType > >

Definition at line 222 of file CastVisitor.h.

Member Function Documentation

◆ operator()() [1/6]

std::vector< VectorType > Euclid::Table::CastVisitor< std::vector< VectorType > >::operator() ( const From & ,
typename std::enable_if<!std::is_same< From, std::vector< VectorType > >::value >::type * = 0 ) const
inline

Definition at line 50 of file CastVisitor.h.

◆ operator()() [2/6]

template<typename VectorType>
template<typename From>
std::vector< VectorType > Euclid::Table::CastVisitor< std::vector< VectorType > >::operator() ( const From & from) const
inline

Definition at line 226 of file CastVisitor.h.

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

Here is the call graph for this function:

◆ operator()() [3/6]

std::vector< VectorType > Euclid::Table::CastVisitor< std::vector< VectorType > >::operator() ( const From & from,
typename std::enable_if< std::is_same< From, std::vector< VectorType > >::value >::type * = 0 ) const
inline

Definition at line 45 of file CastVisitor.h.

◆ operator()() [4/6]

template<typename VectorType>
std::vector< VectorType > Euclid::Table::CastVisitor< std::vector< VectorType > >::operator() ( const std::string & from) const
inline

Definition at line 241 of file CastVisitor.h.

◆ operator()() [5/6]

template<typename VectorType>
template<typename From>
std::vector< VectorType > Euclid::Table::CastVisitor< std::vector< VectorType > >::operator() ( const std::vector< From > & from) const
inline

Definition at line 233 of file CastVisitor.h.

◆ operator()() [6/6]

template<typename VectorType>
const std::vector< VectorType > & Euclid::Table::CastVisitor< std::vector< VectorType > >::operator() ( const std::vector< VectorType > & from) const
inline

Definition at line 252 of file CastVisitor.h.


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