Ask a Question | Search PSRCHIVE: |
Home
|
RegularExpression.h void set_regexp(const std::string ®exp) Set the regular expression. Definition: RegularExpression.C:43 bool get_match(const std::string &test) Check if the supplied string matches the regular expression. Definition: RegularExpression.C:60 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 ~RegularExpression() Destructor. Definition: RegularExpression.C:29 RegularExpression() Default constructor. Definition: RegularExpression.C:16 Generated using doxygen 1.8.17
|