bes Updated for version 3.20.13
|
Public Member Functions | |
bool | add (const std::string &id, const std::string &name) |
std::string | get_name (const std::string &id) |
bool | visited (const std::string &id) |
Definition at line 42 of file HDF5PathFinder.h.
bool HDF5PathFinder::add | ( | const std::string & | id, |
const std::string & | name | ||
) |
Adds name and id object number into an internal map
id | HDF5 object number |
name | HDF5 object name |
Definition at line 41 of file HDF5PathFinder.cc.
string HDF5PathFinder::get_name | ( | const std::string & | id | ) |
Get the object name of id object in the map.
id | HDF5 object number |
Definition at line 65 of file HDF5PathFinder.cc.
bool HDF5PathFinder::visited | ( | const std::string & | id | ) |
Check if id object is already visited by looking up in the map.
id | HDF5 object number |
Definition at line 55 of file HDF5PathFinder.cc.