52 DBG(cerr <<
">add(): id is:" <<
id <<
" name is:" << name << endl);
55 id_to_name_map[id] = name;
58 DBG(cerr <<
"=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...
string get_name(string id)
Get the object name of id object in the map.
bool add(string id, const string name)
Adds name and id object number into an internal map.
virtual ~HDF5PathFinder()
bool visited(string id)
Check if id object is already visited by looking up in the map.