bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
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 40 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 64 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 54 of file HDF5PathFinder.cc.