ManaPlus
|
#include <catch.hpp>
Public Member Functions | |
StartsWith (std::string const &substr, CaseSensitive::Choice caseSensitivity=CaseSensitive::Yes) | |
StartsWith (StartsWith const &other) | |
virtual | ~StartsWith () |
virtual bool | match (std::string const &expr) const |
virtual std::string | toString () const |
Public Member Functions inherited from Catch::Matchers::Impl::MatcherImpl< StartsWith, std::string > | |
virtual Ptr< Matcher< std::string > > | clone () const |
Public Member Functions inherited from Catch::Matchers::Impl::Matcher< ExpressionT > | |
virtual | ~Matcher () |
virtual bool | match (ExpressionT const &expr) const =0 |
Generic::AllOf< ExpressionT > | operator&& (Matcher< ExpressionT > const &other) const |
Generic::AnyOf< ExpressionT > | operator|| (Matcher< ExpressionT > const &other) const |
Generic::Not< ExpressionT > | operator! () const |
Public Member Functions inherited from Catch::SharedImpl< IShared > | |
SharedImpl () | |
virtual void | addRef () const |
virtual void | release () const |
Public Member Functions inherited from Catch::IShared | |
virtual | ~IShared () |
Data Fields | |
CasedString | m_data |
Data Fields inherited from Catch::SharedImpl< IShared > | |
unsigned int | m_rc |
Additional Inherited Members | |
Public Types inherited from Catch::Matchers::Impl::Matcher< ExpressionT > | |
typedef ExpressionT | ExpressionType |
Protected Member Functions inherited from Catch::NonCopyable | |
NonCopyable () | |
virtual | ~NonCopyable () |
|
inline |
|
inline |
|
virtual |
|
inlinevirtual |
Definition at line 1115 of file catch.hpp.
References Catch::startsWith().
|
inlinevirtual |
Implements Catch::Matchers::Impl::Matcher< ExpressionT >.
Definition at line 1118 of file catch.hpp.
CasedString Catch::Matchers::Impl::StdString::StartsWith::m_data |