#include <string>#include <iosfwd>

Go to the source code of this file.
Classes | |
| struct | Typelib::details::csvheader |
| struct | Typelib::details::csvline |
| class | Typelib::CSVOutput |
Namespaces | |
| namespace | Typelib |
| namespace | Typelib::details |
Functions | |
| details::csvline | Typelib::csv (Type const &type, void *value, std::string const &sep=" ", bool char_as_numeric=true) |
| details::csvheader | Typelib::csv_header (Type const &type, std::string const &basename, std::string const &sep=" ") |
| std::ostream & | Typelib::details::operator<< (std::ostream &stream, csvheader header) |
| std::ostream & | Typelib::details::operator<< (std::ostream &stream, csvline line) |