#include <typelib/csvoutput.hh>
Public Member Functions | |
CSVOutput (Type const &type, std::string const &sep) | |
void | header (std::ostream &out, std::string const &basename) |
void | display (std::ostream &out, void *value) |
CSVOutput::CSVOutput | ( | Type const & | type, | |
std::string const & | sep | |||
) |
void CSVOutput::header | ( | std::ostream & | out, | |
std::string const & | basename | |||
) |
void CSVOutput::display | ( | std::ostream & | out, | |
void * | value | |||
) |