Public Member Functions | List of all members
ODIMValidator Class Reference
Inheritance diagram for ODIMValidator:
Inheritance graph
[legend]
Collaboration diagram for ODIMValidator:
Collaboration graph
[legend]

Public Member Functions

const_iterator validate (const std::string &path, H5I_type_t h5type=H5I_GROUP) const
 Searches for an entry with matching pathRegExp. More...
 

Member Function Documentation

◆ 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: