#include <matcher_interface.h>
◆ ~MatcherInterface()
mysql_harness::MatcherInterface::~MatcherInterface |
( |
| ) |
|
|
virtualdefault |
◆ find()
virtual bool mysql_harness::MatcherInterface::find |
( |
const std::string & |
input | ) |
const |
|
pure virtual |
◆ is_valid()
virtual stdx::expected< void, std::string > mysql_harness::MatcherInterface::is_valid |
( |
| ) |
const |
|
pure virtual |
◆ matches()
virtual bool mysql_harness::MatcherInterface::matches |
( |
const std::string & |
input | ) |
const |
|
pure virtual |
◆ replace_all()
virtual std::string mysql_harness::MatcherInterface::replace_all |
( |
std::string |
input, |
|
|
const std::string & |
replacement |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following files: