Public Member Functions | Private Attributes
Catch::Matchers::Impl::Generic::AnyOf< ExpressionT > Class Template Reference

#include <catch.hpp>

Inheritance diagram for Catch::Matchers::Impl::Generic::AnyOf< ExpressionT >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

AnyOfadd (Matcher< ExpressionT > const &matcher)
 AnyOf ()
 AnyOf (AnyOf const &other)
virtual bool match (ExpressionT const &expr) const
AnyOf operator|| (Matcher< ExpressionT > const &other) const
virtual std::string toString () const

Private Attributes

std::vector< Ptr< Matcher
< ExpressionT > > > 
m_matchers

Detailed Description

template<typename ExpressionT>
class Catch::Matchers::Impl::Generic::AnyOf< ExpressionT >

Definition at line 985 of file catch.hpp.


Constructor & Destructor Documentation

template<typename ExpressionT>
Catch::Matchers::Impl::Generic::AnyOf< ExpressionT >::AnyOf ( ) [inline]

Definition at line 988 of file catch.hpp.

template<typename ExpressionT>
Catch::Matchers::Impl::Generic::AnyOf< ExpressionT >::AnyOf ( AnyOf< ExpressionT > const &  other) [inline]

Definition at line 989 of file catch.hpp.


Member Function Documentation

template<typename ExpressionT>
AnyOf& Catch::Matchers::Impl::Generic::AnyOf< ExpressionT >::add ( Matcher< ExpressionT > const &  matcher) [inline]

Definition at line 991 of file catch.hpp.

template<typename ExpressionT>
virtual bool Catch::Matchers::Impl::Generic::AnyOf< ExpressionT >::match ( ExpressionT const &  expr) const [inline, virtual]

Implements Catch::Matchers::Impl::Matcher< ExpressionT >.

Definition at line 995 of file catch.hpp.

template<typename ExpressionT>
AnyOf Catch::Matchers::Impl::Generic::AnyOf< ExpressionT >::operator|| ( Matcher< ExpressionT > const &  other) const [inline]

Reimplemented from Catch::Matchers::Impl::Matcher< ExpressionT >.

Definition at line 1014 of file catch.hpp.

template<typename ExpressionT>
virtual std::string Catch::Matchers::Impl::Generic::AnyOf< ExpressionT >::toString ( ) const [inline, virtual]

Implements Catch::Matchers::Impl::Matcher< ExpressionT >.

Definition at line 1002 of file catch.hpp.


Member Data Documentation

template<typename ExpressionT>
std::vector<Ptr<Matcher<ExpressionT> > > Catch::Matchers::Impl::Generic::AnyOf< ExpressionT >::m_matchers [private]

Definition at line 1021 of file catch.hpp.


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


rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:10