#include <catch.hpp>
Public Member Functions | |
virtual Ptr< Matcher< ExpressionT > > | clone () const |
Public Member Functions inherited from Catch::Matchers::Impl::Matcher< ExpressionT > | |
virtual bool | match (ExpressionT const &expr) const =0 |
virtual std::string | toString () const =0 |
virtual | ~Matcher () |
Public Member Functions inherited from Catch::SharedImpl< IShared > | |
virtual void | addRef () const |
virtual void | release () const |
SharedImpl () | |
Public Member Functions inherited from Catch::IShared | |
virtual | ~IShared () |
Additional Inherited Members | |
Public Types inherited from Catch::Matchers::Impl::Matcher< ExpressionT > | |
typedef ExpressionT | ExpressionType |
Public Attributes inherited from Catch::SharedImpl< IShared > | |
unsigned int | m_rc |
Protected Member Functions inherited from Catch::NonCopyable | |
NonCopyable () | |
virtual | ~NonCopyable () |
|
inlinevirtual |
Implements Catch::Matchers::Impl::Matcher< ExpressionT >.