#include <csvoutput.hh>
Public Member Functions | |
CSVOutput (Type const &type, std::string const &sep, bool char_as_numeric) | |
CSVOutput (Type const &type, std::string const &sep, bool char_as_numeric) | |
void | display (std::ostream &out, void *value) |
void | display (std::ostream &out, void *value) |
void | header (std::ostream &out, std::string const &basename) |
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 install/include/typelib/csvoutput.hh.
CSVOutput::CSVOutput | ( | Type const & | type, | |
std::string const & | sep, | |||
bool | char_as_numeric = true | |||
) |
Definition at line 142 of file csvoutput.cc.
Typelib::CSVOutput::CSVOutput | ( | Type const & | type, | |
std::string const & | sep, | |||
bool | char_as_numeric | |||
) |
void Typelib::CSVOutput::display | ( | std::ostream & | out, | |
void * | value | |||
) |
void CSVOutput::display | ( | std::ostream & | out, | |
void * | value | |||
) |
Definition at line 152 of file csvoutput.cc.
void Typelib::CSVOutput::header | ( | std::ostream & | out, | |
std::string const & | basename | |||
) |
Displays the header
void CSVOutput::header | ( | std::ostream & | out, | |
std::string const & | basename | |||
) |
Displays the header
Definition at line 146 of file csvoutput.cc.
bool Typelib::CSVOutput::m_char_as_numeric [private] |
Definition at line 14 of file install/include/typelib/csvoutput.hh.
std::string Typelib::CSVOutput::m_separator [private] |
Definition at line 13 of file install/include/typelib/csvoutput.hh.
Type const & Typelib::CSVOutput::m_type [private] |
Definition at line 12 of file install/include/typelib/csvoutput.hh.