lab_trees
Tempestuous Trees
Catch::Matchers::Impl::MatchAllOf< ArgT > Struct Template Reference
Inheritance diagram for Catch::Matchers::Impl::MatchAllOf< ArgT >:
[legend]
Collaboration diagram for Catch::Matchers::Impl::MatchAllOf< ArgT >:
[legend]

Public Member Functions

virtual bool match (ArgT const &arg) const CATCH_OVERRIDE
 
virtual std::string describe () const CATCH_OVERRIDE
 
MatchAllOf< ArgT > & operator&& (MatcherBase< ArgT > const &other)
 
- 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

std::vector< MatcherBase< ArgT > const * > m_matchers
 

Additional Inherited Members

- Protected Attributes inherited from Catch::Matchers::Impl::MatcherUntypedBase
std::string m_cachedToString
 

The documentation for this struct was generated from the following file: