40 HDF5PathFinder::HDF5PathFinder()
44 HDF5PathFinder::~HDF5PathFinder()
52 BESDEBUG(
"h5",
">add(): id is:" <<
id <<
" name is:" << name << endl);
55 id_to_name_map[id] = name;
58 BESDEBUG(
"h5",
"=add(): already added." << endl);
66 string str = id_to_name_map[id];
76 return id_to_name_map[id];