#include "tools"
#include "T_tools"
#include <tools/histo/histo_data>
#include <tools/sout>
#include <ostream>
#include <map>
Go to the source code of this file.
|
bool | tools::hdf5::write_std_map_ss (hid_t a_loc, const std::string &a_name, const std::map< std::string, std::string > &a_map, unsigned int=0, unsigned int=0) |
|
bool | tools::hdf5::read_std_map_ss (hid_t a_loc, const std::string &a_name, std::map< std::string, std::string > &a_map, unsigned int=0, unsigned int=0) |
|
bool | tools::hdf5::write_hdata (hid_t a_loc, const histo_data_t &a_hdata) |
|
template<class HISTO > |
bool | tools::hdf5::write_histo (std::ostream &a_out, hid_t a_loc, const std::string &a_name, const HISTO &a_histo) |
|
template<class PROFILE > |
bool | tools::hdf5::write_profile (std::ostream &a_out, hid_t a_loc, const std::string &a_name, const PROFILE &a_histo) |
|
bool | tools::hdf5::read_hdata (hid_t a_loc, histo_data_t &a_hdata) |
|
template<class HISTO > |
bool | tools::hdf5::read_histo (std::ostream &a_out, hid_t a_loc, const std::string &a_name, HISTO *&a_histo, bool a_verb_class=true) |
|
template<class PROFILE > |
bool | tools::hdf5::read_profile (std::ostream &a_out, hid_t a_loc, const std::string &a_name, PROFILE *&a_histo, bool a_verb_class=true) |
|
bool | tools::hdf5::read_class_version (std::ostream &a_out, hid_t a_loc, const std::string &a_name, std::string &a_class, int &a_version, bool a_verbose=true) |
|
◆ tools_hdf5_h2file
#define tools_hdf5_h2file |
Definition at line 5 of file h2file.