|
lab_trees
Tempestuous Trees
|
Public Member Functions | |
| MatchNotOf (MatcherBase< ArgT > const &underlyingMatcher) | |
| virtual bool | match (ArgT const &arg) const CATCH_OVERRIDE |
| virtual std::string | describe () const CATCH_OVERRIDE |
Public Member Functions inherited from Catch::Matchers::Impl::MatcherBase< ArgT > | |
| MatchAllOf< ArgT > | operator && (MatcherBase const &other) const |
| MatchAnyOf< ArgT > | operator|| (MatcherBase const &other) const |
| MatchNotOf< ArgT > | operator! () const |
Public Member Functions inherited from Catch::Matchers::Impl::MatcherUntypedBase | |
| std::string | toString () const |
Public Attributes | |
| MatcherBase< ArgT > const & | m_underlyingMatcher |
Additional Inherited Members | |
Protected Attributes inherited from Catch::Matchers::Impl::MatcherUntypedBase | |
| std::string | m_cachedToString |