42 BESDEBUG(
"h5",
">add(): id is:" <<
id <<
" name is:" << name << endl);
45 id_to_name_map[id] = name;
48 BESDEBUG(
"h5",
"=add(): already added." << endl);
56 string str = id_to_name_map[id];
66 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(const std::string &id)
bool add(const std::string &id, const std::string &name)
std::string get_name(const std::string &id)