![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <catch.hpp>
Public Member Functions | |
| MatchNotOf (MatcherBase< ArgT > const &underlyingMatcher) | |
| bool | match (ArgT const &arg) const override |
| std::string | describe () const 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 | |
| MatcherUntypedBase ()=default | |
| MatcherUntypedBase (MatcherUntypedBase const &)=default | |
| MatcherUntypedBase & | operator= (MatcherUntypedBase const &)=delete |
| std::string | toString () const |
Public Attributes | |
| MatcherBase< ArgT > const & | m_underlyingMatcher |
Additional Inherited Members | |
| Protected Member Functions inherited from Catch::Matchers::Impl::MatcherUntypedBase | |
| virtual | ~MatcherUntypedBase () |
| Protected Attributes inherited from Catch::Matchers::Impl::MatcherUntypedBase | |
| std::string | m_cachedToString |
|
inline |
Definition at line 3358 of file catch.hpp.
References m_underlyingMatcher.
|
inlineoverridevirtual |
Implements Catch::Matchers::Impl::MatcherUntypedBase.
Definition at line 3364 of file catch.hpp.
References m_underlyingMatcher.
|
inlineoverridevirtual |
Implements Catch::Matchers::Impl::MatcherMethod< ArgT >.
Definition at line 3360 of file catch.hpp.
References m_underlyingMatcher.
| MatcherBase<ArgT> const& Catch::Matchers::Impl::MatchNotOf< ArgT >::m_underlyingMatcher |
Definition at line 3367 of file catch.hpp.
Referenced by MatchNotOf(), describe(), and match().