Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
#include <AsciiWriterHelper.h>
Public Member Functions | |
std::string | operator() (const std::string &from) const |
std::string | operator() (const double from) const |
template<typename T > | |
std::string | operator() (const std::vector< T > &v) const |
template<typename T > | |
std::string | operator() (const T &from) const |
This visitor will wrap strings between quotes so spaces (and quotes) can be used within strings. Other types will have their usual representation.
Definition at line 77 of file AsciiWriterHelper.h.
|
inline |
Definition at line 84 of file AsciiWriterHelper.h.
References std::setprecision(), and std::stringstream::str().
|
inline |
Definition at line 78 of file AsciiWriterHelper.h.
References Euclid::Table::quoted(), and std::stringstream::str().
|
inline |
Definition at line 91 of file AsciiWriterHelper.h.
References std::vector< T >::begin(), std::vector< T >::end(), and std::stringstream::str().
|
inline |
Definition at line 106 of file AsciiWriterHelper.h.
References std::stringstream::str().