|
const_iterator | validate (const std::string &path, H5I_type_t h5type=H5I_GROUP) const |
| Searches for an entry with matching pathRegExp . More...
|
|
◆ validate()
ODIMValidator::const_iterator validate |
( |
const std::string & |
path, |
|
|
H5I_type_t |
h5type = H5I_GROUP |
|
) |
| const |
Searches for an entry with matching pathRegExp
.
Works like STL find(), but uses regExp for comparison.
- Parameters
-
path | - path to be checked, including root, eg. "/dataset2/data4/what" |
h5type | - H5I_GROUP, H5I_ATTRIB or HI_DATASET |
- Returns
- iterator pointing to the matching entry, if found; else end().
The documentation for this class was generated from the following files: