#include <ostream>
#include <vector>
#include <string>
Go to the source code of this file.
|
template<class AXIS > |
void | tools::wcsv::axis_to (std::ostream &a_writer, const AXIS &a_axis, char a_hc) |
|
template<class ANNOTATION > |
void | tools::wcsv::annotations_to (std::ostream &a_writer, const ANNOTATION &a_ans, char a_hc) |
|
template<class HIST > |
void | tools::wcsv::h_header (std::ostream &a_writer, const std::string &a_class, const HIST &a_h, char a_hc='#') |
|
template<class HIST > |
bool | tools::wcsv::hto (std::ostream &a_writer, const std::string &a_class, const HIST &a_h, char a_sep=',', char a_hc='#', bool a_header=true) |
|
template<class PROF > |
void | tools::wcsv::p_header (std::ostream &a_writer, const std::string &a_class, const PROF &a_prof, char a_hc='#') |
|
template<class PROF > |
bool | tools::wcsv::pto (std::ostream &a_writer, const std::string &a_class, const PROF &a_prof, char a_sep=',', char a_hc='#', bool a_header=true) |
|
◆ tools_wcsv_histo