Alexandria  2.19
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 > >:
[legend]
Collaboration diagram for Euclid::Table::CastVisitor< std::vector< VectorType > >:
[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 195 of file CastVisitor.h.

Member Function Documentation

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

Definition at line 199 of file CastVisitor.h.

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

Here is the call graph for this function:

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 206 of file CastVisitor.h.

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

Here is the call graph for this function:

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

Definition at line 214 of file CastVisitor.h.

References std::string::push_back(), and s.

Here is the call graph for this function:

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

Definition at line 225 of file CastVisitor.h.


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