|
|
| RegexMatcher (std::string regex, CaseSensitive caseSensitivity) |
| bool | match (std::string const &matchee) const override |
| std::string | describe () const override |
|
| MatcherUntypedBase (MatcherUntypedBase const &)=default |
|
| MatcherUntypedBase (MatcherUntypedBase &&)=default |
|
MatcherUntypedBase & | operator= (MatcherUntypedBase const &)=delete |
|
MatcherUntypedBase & | operator= (MatcherUntypedBase &&)=delete |
|
std::string | toString () const |
|
|
std::string | m_cachedToString |
◆ describe()
| std::string Catch::Matchers::RegexMatcher::describe |
( |
| ) |
const |
|
overridevirtual |
◆ match()
| bool Catch::Matchers::RegexMatcher::match |
( |
std::string const & | matchee | ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: