|
std::string | tools::waxml::soutd (std::ostringstream &a_oss, double a_value) |
|
std::string | tools::waxml::bin_to_string (std::ostringstream &a_oss, int a_index) |
|
void | tools::waxml::write_annotations (const annotations_t &a_annotations, std::ostream &a_writer, int aShift) |
|
void | tools::waxml::write_axis (const histo::axis< double, unsigned int > &aAxis, const std::string &aDirection, std::ostream &a_writer, std::ostringstream &a_oss, int aShift) |
|
void | tools::waxml::write_bin (std::ostream &a_writer, std::ostringstream &a_oss, const histo::h1d &aObject, const std::string &aSpaces, int aIndex) |
|
void | tools::waxml::write_bin (std::ostream &a_writer, std::ostringstream &a_oss, const histo::h2d &aObject, const std::string &aSpaces, int aIndexX, int aIndexY) |
|
void | tools::waxml::write_bin (std::ostream &a_writer, std::ostringstream &a_oss, const histo::h3d &aObject, const std::string &aSpaces, int aIndexX, int aIndexY, int aIndexZ) |
|
void | tools::waxml::write_bin (std::ostream &a_writer, std::ostringstream &a_oss, const histo::p1d &aObject, const std::string &aSpaces, int aIndex) |
|
void | tools::waxml::write_bin (std::ostream &a_writer, std::ostringstream &a_oss, const histo::p2d &aObject, const std::string &aSpaces, int aIndexX, int aIndexY) |
|
bool | tools::waxml::write (std::ostream &a_writer, const histo::h1d &aObject, const std::string &aPath, const std::string &aName, int aShift=0) |
|
bool | tools::waxml::write (std::ostream &a_writer, const histo::h2d &aObject, const std::string &aPath, const std::string &aName, int aShift=0) |
|
bool | tools::waxml::write (std::ostream &a_writer, const histo::h3d &aObject, const std::string &aPath, const std::string &aName, int aShift=0) |
|
bool | tools::waxml::write (std::ostream &a_writer, const histo::p1d &aObject, const std::string &aPath, const std::string &aName, int aShift=0) |
|
bool | tools::waxml::write (std::ostream &a_writer, const histo::p2d &aObject, const std::string &aPath, const std::string &aName, int aShift=0) |
|