![]() |
ManaPlus
|
#include <catch.hpp>
Public Member Functions | |
| Not (Matcher< ExpressionT > const &matcher) | |
| Not (Not const &other) | |
| virtual bool | match (ExpressionT const &expr) const |
| virtual std::string | toString () const |
Public Member Functions inherited from Catch::Matchers::Impl::MatcherImpl< Not< ExpressionT >, ExpressionT > | |
| virtual Ptr< Matcher< ExpressionT > > | clone () const |
Public Member Functions inherited from Catch::Matchers::Impl::Matcher< ExpressionT > | |
| virtual | ~Matcher () |
| 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 () |
Private Attributes | |
| Ptr< Matcher< ExpressionT > > | m_matcher |
Additional Inherited Members | |
Public Types inherited from Catch::Matchers::Impl::Matcher< ExpressionT > | |
| typedef ExpressionT | ExpressionType |
Data Fields inherited from Catch::SharedImpl< IShared > | |
| unsigned int | m_rc |
Protected Member Functions inherited from Catch::NonCopyable | |
| NonCopyable () | |
| virtual | ~NonCopyable () |
|
inlineexplicit |
Definition at line 928 of file catch.hpp.
|
inline |
|
inlinevirtual |
Implements Catch::Matchers::Impl::Matcher< ExpressionT >.
|
inlinevirtual |
Implements Catch::Matchers::Impl::Matcher< ExpressionT >.
|
private |