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];
This class is to find and break a cycle in the HDF5 group. It is used to handle the rara case for the...
bool visited(std::string id)
std::string get_name(std::string id)
bool add(std::string id, const std::string name)