CellModules
Catch::Matchers::Impl::MatcherImpl< DerivedT, ExpressionT > Struct Template Referenceabstract

#include <catch.hpp>

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

Public Types

typedef ExpressionT ExpressionType
 

Public Member Functions

virtual Ptr< Matcher< ExpressionT > > clone () const
 
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 DerivedT, typename ExpressionT>
struct Catch::Matchers::Impl::MatcherImpl< DerivedT, ExpressionT >

Definition at line 2204 of file catch.hpp.

Member Typedef Documentation

◆ ExpressionType

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

Definition at line 2195 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()

template<typename DerivedT , typename ExpressionT >
virtual Ptr< Matcher< ExpressionT > > Catch::Matchers::Impl::MatcherImpl< DerivedT, ExpressionT >::clone ( ) const
inlinevirtual

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

Definition at line 2206 of file catch.hpp.

◆ 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: