$search
#include <csvoutput.hh>
Public Member Functions | |
CSVOutput (Type const &type, std::string const &sep, bool char_as_numeric) | |
void | display (std::ostream &out, void *value) |
void | header (std::ostream &out, std::string const &basename) |
Private Attributes | |
bool | m_char_as_numeric |
std::string | m_separator |
Type const & | m_type |
Definition at line 10 of file csvoutput.hh.
CSVOutput::CSVOutput | ( | Type const & | type, | |
std::string const & | sep, | |||
bool | char_as_numeric = true | |||
) |
Definition at line 145 of file csvoutput.cc.
void CSVOutput::display | ( | std::ostream & | out, | |
void * | value | |||
) |
Definition at line 155 of file csvoutput.cc.
void CSVOutput::header | ( | std::ostream & | out, | |
std::string const & | basename | |||
) |
Displays the header
Definition at line 149 of file csvoutput.cc.
bool Typelib::CSVOutput::m_char_as_numeric [private] |
Definition at line 14 of file csvoutput.hh.
std::string Typelib::CSVOutput::m_separator [private] |
Definition at line 13 of file csvoutput.hh.
Type const& Typelib::CSVOutput::m_type [private] |
Definition at line 12 of file csvoutput.hh.