#include <catch.hpp>

Public Member Functions | |
| AllOf & | add (Matcher< ExpressionT > const &matcher) |
| AllOf () | |
| AllOf (AllOf const &other) | |
| virtual bool | match (ExpressionT const &expr) const |
| virtual std::string | toString () const |
Private Attributes | |
| std::vector< Ptr< Matcher < ExpressionT > > > | m_matchers |
| Catch::Matchers::Impl::Generic::AllOf< ExpressionT >::AllOf | ( | ) | [inline] |
| Catch::Matchers::Impl::Generic::AllOf< ExpressionT >::AllOf | ( | AllOf< ExpressionT > const & | other | ) | [inline] |
| AllOf& Catch::Matchers::Impl::Generic::AllOf< ExpressionT >::add | ( | Matcher< ExpressionT > const & | matcher | ) | [inline] |
| virtual bool Catch::Matchers::Impl::Generic::AllOf< ExpressionT >::match | ( | ExpressionT const & | expr | ) | const [inline, virtual] |
Implements Catch::Matchers::Impl::Matcher< ExpressionT >.
| virtual std::string Catch::Matchers::Impl::Generic::AllOf< ExpressionT >::toString | ( | ) | const [inline, virtual] |
Implements Catch::Matchers::Impl::Matcher< ExpressionT >.
std::vector<Ptr<Matcher<ExpressionT> > > Catch::Matchers::Impl::Generic::AllOf< ExpressionT >::m_matchers [private] |