31 #ifndef ODIM_VALIDATOR
32 #define ODIM_VALIDATOR
34 #include <drain/Type.h>
40 #include <drain/RegExp.h>
41 #include <drain/util/Dictionary.h>
61 std::ostream & toOStr(std::ostream & ostr)
const;
65 h5dict_t::key_t h5Type;
85 return v.toOStr(ostr);
98 const_iterator
validate(
const std::string & path, H5I_type_t h5type = H5I_GROUP)
const;
Two-way mapping between strings and objects of template class T.
Definition: Dictionary.h:63
Definition: ODIMValidator.h:52
Definition: ODIMValidator.h:88
const_iterator validate(const std::string &path, H5I_type_t h5type=H5I_GROUP) const
Searches for an entry with matching pathRegExp.
Definition: ODIMValidator.cpp:117
DRAIN_VARIABLE Variable
Value container supporting dynamic type.
Definition: Variable.h:63
Definition: DataSelector.cpp:44