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

Public Member Functions

 EndsWithMatcher (CasedString const &comparator)
 
bool match (std::string const &source) 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
 

Data Fields

CasedString m_comparator
 
std::string m_operation
 

Protected Attributes

std::string m_cachedToString
 

Member Function Documentation

◆ describe()

std::string Catch::Matchers::StdString::StringMatcherBase::describe ( ) const
overridevirtualinherited

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