Horizon
Public Member Functions | List of all members
Catch::Matchers::EndsWithMatcher Class Referencefinal
Inheritance diagram for Catch::Matchers::EndsWithMatcher:
Catch::Matchers::StringMatcherBase Catch::Matchers::MatcherBase< std::string > Catch::Matchers::MatcherUntypedBase

Public Member Functions

 EndsWithMatcher (CasedString const &comparator)
 
bool match (std::string const &source) const override
 
- Public Member Functions inherited from Catch::Matchers::StringMatcherBase
 StringMatcherBase (StringRef operation, CasedString const &comparator)
 
std::string describe () const override
 
- Public Member Functions inherited from Catch::Matchers::MatcherUntypedBase
 MatcherUntypedBase (MatcherUntypedBase const &)=default
 
 MatcherUntypedBase (MatcherUntypedBase &&)=default
 
MatcherUntypedBaseoperator= (MatcherUntypedBase const &)=delete
 
MatcherUntypedBaseoperator= (MatcherUntypedBase &&)=delete
 
std::string toString () const
 

Additional Inherited Members

- Protected Attributes inherited from Catch::Matchers::StringMatcherBase
CasedString m_comparator
 
StringRef m_operation
 
- Protected Attributes inherited from Catch::Matchers::MatcherUntypedBase
std::string m_cachedToString
 

The documentation for this class was generated from the following files: