#include <catch.hpp>
Public Member Functions | |
AnyOf & | add (Matcher< ExpressionT > const &matcher) |
AnyOf () | |
AnyOf (AnyOf 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::AnyOf< ExpressionT >::AnyOf | ( | ) | [inline] |
Catch::Matchers::Impl::Generic::AnyOf< ExpressionT >::AnyOf | ( | AnyOf< ExpressionT > const & | other | ) | [inline] |
AnyOf& Catch::Matchers::Impl::Generic::AnyOf< ExpressionT >::add | ( | Matcher< ExpressionT > const & | matcher | ) | [inline] |
virtual bool Catch::Matchers::Impl::Generic::AnyOf< ExpressionT >::match | ( | ExpressionT const & | expr | ) | const [inline, virtual] |
Implements Catch::Matchers::Impl::Matcher< ExpressionT >.
virtual std::string Catch::Matchers::Impl::Generic::AnyOf< ExpressionT >::toString | ( | ) | const [inline, virtual] |
Implements Catch::Matchers::Impl::Matcher< ExpressionT >.
std::vector<Ptr<Matcher<ExpressionT> > > Catch::Matchers::Impl::Generic::AnyOf< ExpressionT >::m_matchers [private] |