Ask a Question | Search PSRCHIVE: |
![]()
|
RegularExpression.h bool get_match(const std::string &test) Check if the supplied string matches the regular expression. Definition RegularExpression.C:60 void set_regexp(const std::string ®exp) Set the regular expression. Definition RegularExpression.C:43 ~RegularExpression() Destructor. Definition RegularExpression.C:29 RegularExpression() Default constructor. Definition RegularExpression.C:16 Error error(int err, const std::string &func, const std::string &message) Return an instance of the Error class with regerror message. Definition RegularExpression.C:77 Generated using doxygen 1.14.0
|