42 using std::ostringstream;
56 strm << get_error_message() << endl
57 <<
"Location: \"" << file <<
"\", line " << line;
65 strm << get_error_message() << endl
66 <<
"Location: \"" << file <<
"\", line " << line;
67 for (
int i = 0; i < 5; ++i)
68 strm << i <<
") " << HEstring((hdf_err_code_t) HEvalue(i)) << endl;
dhdferr(const string &msg, const string &file, int line)
dhdferr_hcerr(const string &msg, const string &file, int line)