wxMaxima
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes
Catch::Matchers::StdString::RegexMatcher Struct Referenceabstract
Inheritance diagram for Catch::Matchers::StdString::RegexMatcher:
[legend]
Collaboration diagram for Catch::Matchers::StdString::RegexMatcher:
[legend]

Public Member Functions

 RegexMatcher (std::string regex, CaseSensitive::Choice caseSensitivity)
 
bool match (std::string const &matchee) const override
 
std::string describe () const override
 
MatchAllOf< T > operator&& (MatcherBase const &other) const
 
MatchAnyOf< T > operator|| (MatcherBase const &other) const
 
MatchNotOf< T > operator! () const
 
std::string toString () const
 
virtual bool match (T const &arg) const=0
 

Protected Attributes

std::string m_cachedToString
 

Member Function Documentation

◆ describe()

std::string Catch::Matchers::StdString::RegexMatcher::describe ( ) const
overridevirtual

The documentation for this struct was generated from the following file: