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