NorMIT-nav  18.04
An IGT application
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< DerivedT, ExpressionT > Catch::Matchers::Impl::MatcherImpl< AllOf< ExpressionT >, ExpressionT > Catch::Matchers::Impl::MatcherImpl< AnyOf< ExpressionT >, 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
 
- 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 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>
struct Catch::Matchers::Impl::Matcher< ExpressionT >

Definition at line 3317 of file catch.hpp.

Member Typedef Documentation

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

Definition at line 3319 of file catch.hpp.

Constructor & Destructor Documentation

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

Definition at line 3321 of file catch.hpp.

Member Function Documentation


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