Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Euclid::Table::CastVisitor< std::vector< VectorType > > Class Template Reference

#include <CastVisitor.h>

Inheritance diagram for Euclid::Table::CastVisitor< std::vector< VectorType > >:
Inheritance graph
[legend]
Collaboration diagram for Euclid::Table::CastVisitor< std::vector< VectorType > >:
Collaboration graph
[legend]

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
 

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/4]

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()() [2/4]

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.

References std::string::push_back().

Here is the call graph for this function:

◆ operator()() [3/4]

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.

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

Here is the call graph for this function:

◆ operator()() [4/4]

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: