Interface to regex.
More...
#include <RegularExpression.h>
|
| RegularExpression () |
| Default constructor.
|
| RegularExpression (const std::string ®exp) |
| Construct with regular expression.
|
| ~RegularExpression () |
| Destructor.
|
void | set_regexp (const std::string ®exp) |
| Set the regular expression.
|
bool | get_match (const std::string &test) |
| Check if the supplied string matches the regular expression.
|
|
Error | error (int err, const std::string &func, const std::string &message) |
| Return an instance of the Error class with regerror message.
|
The documentation for this class was generated from the following files: