Horizon
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Catch::Matchers::StartsWithMatcher Class Referencefinal
Inheritance diagram for Catch::Matchers::StartsWithMatcher:
Catch::Matchers::StringMatcherBase Catch::Matchers::MatcherBase< std::string > Catch::Matchers::MatcherUntypedBase

Public Member Functions

 StartsWithMatcher (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
 

Member Function Documentation

◆ match()

bool Catch::Matchers::StartsWithMatcher::match ( std::string const &  source) const
overridevirtual

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