Fraxinus  18.10
An IGT application
Catch::Matchers::Impl::Generic::AnyOf< ExpressionT > Class Template Reference

#include <catch.hpp>

Inheritance diagram for Catch::Matchers::Impl::Generic::AnyOf< ExpressionT >:
Catch::Matchers::Impl::MatcherImpl< AnyOf< ExpressionT >, ExpressionT > Catch::Matchers::Impl::Matcher< ExpressionT > Catch::SharedImpl< IShared > Catch::IShared Catch::NonCopyable

Public Member Functions

 AnyOf ()
 
 AnyOf (AnyOf const &other)
 
AnyOfadd (Matcher< ExpressionT > const &matcher)
 
virtual bool match (ExpressionT const &expr) const
 
virtual std::string toString () const
 
- Public Member Functions inherited from Catch::Matchers::Impl::MatcherImpl< AnyOf< ExpressionT >, ExpressionT >
virtual Ptr< Matcher< ExpressionT > > clone () const
 
- Public Member Functions inherited from Catch::Matchers::Impl::Matcher< ExpressionT >
virtual ~Matcher ()
 
- Public Member Functions inherited from Catch::SharedImpl< IShared >
 SharedImpl ()
 
virtual void addRef () const
 
virtual void release () const
 
- Public Member Functions inherited from Catch::IShared
virtual ~IShared ()
 

Additional Inherited Members

- Public Types inherited from Catch::Matchers::Impl::Matcher< ExpressionT >
typedef ExpressionT ExpressionType
 
- Public Attributes inherited from Catch::SharedImpl< IShared >
unsigned int m_rc
 
- Protected Member Functions inherited from Catch::NonCopyable
 NonCopyable ()
 
virtual ~NonCopyable ()
 

Detailed Description

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

Definition at line 3372 of file catch.hpp.

Constructor & Destructor Documentation

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

Definition at line 3375 of file catch.hpp.

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

Definition at line 3376 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 3378 of file catch.hpp.

template<typename ExpressionT >
virtual bool Catch::Matchers::Impl::Generic::AnyOf< ExpressionT >::match ( ExpressionT const &  expr) const
inlinevirtual

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

Definition at line 3382 of file catch.hpp.

template<typename ExpressionT >
virtual std::string Catch::Matchers::Impl::Generic::AnyOf< ExpressionT >::toString ( ) const
inlinevirtual

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

Definition at line 3389 of file catch.hpp.


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