Alexandria
2.16
Please provide a description of the project.
|
#include <CastVisitor.h>
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 |
Definition at line 219 of file CastVisitor.h.
|
inline |
Definition at line 224 of file CastVisitor.h.
References std::vector< T >::push_back().
|
inline |
Definition at line 231 of file CastVisitor.h.
References std::vector< T >::push_back().
|
inline |
Definition at line 239 of file CastVisitor.h.
References std::string::push_back(), and s.
|
inline |
Definition at line 250 of file CastVisitor.h.