|
Wire Sysio Wire Sysion 1.0.0
|
#include <catch_matchers.h>


Public Member Functions | |
| bool | match (ArgT const &arg) const override |
| std::string | describe () const override |
| MatchAnyOf< ArgT > & | operator|| (MatcherBase< ArgT > const &other) |
| bool | match (ArgT const &arg) const override |
| std::string | describe () const override |
| MatchAnyOf< ArgT > & | operator|| (MatcherBase< ArgT > const &other) |
Public Member Functions inherited from Catch::Matchers::Impl::MatcherBase< ArgT > | |
| MatchAllOf< ArgT > | operator&& (MatcherBase const &other) const |
| MatchAllOf< ArgT > | operator&& (MatcherBase const &other) const |
| MatchAnyOf< ArgT > | operator|| (MatcherBase const &other) const |
| MatchAnyOf< ArgT > | operator|| (MatcherBase const &other) const |
| MatchNotOf< ArgT > | operator! () 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 |
| MatcherUntypedBase ()=default | |
| MatcherUntypedBase (MatcherUntypedBase const &)=default | |
| MatcherUntypedBase & | operator= (MatcherUntypedBase const &)=delete |
| std::string | toString () const |
Public Member Functions inherited from Catch::Matchers::Impl::MatcherMethod< ArgT > | |
Public Attributes | |
| std::vector< MatcherBase< ArgT > const * > | m_matchers |
Additional Inherited Members | |
Protected Member Functions inherited from Catch::Matchers::Impl::MatcherUntypedBase | |
| virtual | ~MatcherUntypedBase () |
| virtual | ~MatcherUntypedBase () |
Protected Attributes inherited from Catch::Matchers::Impl::MatcherUntypedBase | |
| std::string | m_cachedToString |
|
inlineoverridevirtual |
Implements Catch::Matchers::Impl::MatcherUntypedBase.
Definition at line 102 of file catch_matchers.h.
|
inlineoverridevirtual |
Implements Catch::Matchers::Impl::MatcherUntypedBase.
Definition at line 2974 of file catch.hpp.
|
inlineoverridevirtual |
Implements Catch::Matchers::Impl::MatcherMethod< ArgT >.
Definition at line 95 of file catch_matchers.h.
|
inlineoverridevirtual |
Implements Catch::Matchers::Impl::MatcherMethod< ArgT >.
Definition at line 2967 of file catch.hpp.
|
inline |
Definition at line 118 of file catch_matchers.h.
|
inline |
| std::vector< MatcherBase< ArgT > const * > Catch::Matchers::Impl::MatchAnyOf< ArgT >::m_matchers |
Definition at line 123 of file catch_matchers.h.