Interface to regex. More...

#include <RegularExpression.h>

Public Member Functions

 RegularExpression ()
 Default constructor.
 
 RegularExpression (const std::string &regexp)
 Construct with regular expression.
 
 ~RegularExpression ()
 Destructor.
 
void set_regexp (const std::string &regexp)
 Set the regular expression.
 
bool get_match (const std::string &test)
 Check if the supplied string matches the regular expression.
 

Protected Member Functions

Error error (int err, const std::string &func, const std::string &message)
 Return an instance of the Error class with regerror message.
 

Detailed Description

Interface to regex.


The documentation for this class was generated from the following files:

Generated using doxygen 1.8.17