CellModules
Catch::Matchers::Impl::Matcher< ExpressionT > Struct Template Referenceabstract

#include <catch.hpp>

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

Public Types

typedef ExpressionT ExpressionType
 

Public Member Functions

virtual ~Matcher ()
 
virtual Ptr< Matcherclone () const =0
 
virtual bool match (ExpressionT const &expr) const =0
 
virtual std::string toString () const =0
 
virtual void addRef () const
 
virtual void release () const
 

Public Attributes

unsigned int m_rc
 

Detailed Description

template<typename ExpressionT>
struct Catch::Matchers::Impl::Matcher< ExpressionT >

Definition at line 2193 of file catch.hpp.

Member Typedef Documentation

◆ ExpressionType

template<typename ExpressionT >
typedef ExpressionT Catch::Matchers::Impl::Matcher< ExpressionT >::ExpressionType

Definition at line 2195 of file catch.hpp.

Constructor & Destructor Documentation

◆ ~Matcher()

template<typename ExpressionT >
virtual Catch::Matchers::Impl::Matcher< ExpressionT >::~Matcher ( )
inlinevirtual

Definition at line 2197 of file catch.hpp.

Member Function Documentation

◆ addRef()

virtual void Catch::SharedImpl< IShared >::addRef ( ) const
inlinevirtualinherited

Implements Catch::IShared.

Definition at line 451 of file catch.hpp.

◆ clone()

◆ match()

◆ release()

virtual void Catch::SharedImpl< IShared >::release ( void  ) const
inlinevirtualinherited

Implements Catch::IShared.

Definition at line 454 of file catch.hpp.

◆ toString()

Member Data Documentation

◆ m_rc

unsigned int Catch::SharedImpl< IShared >::m_rc
mutableinherited

Definition at line 459 of file catch.hpp.


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