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