CP3-llbb Framework
Public Types | Public Member Functions | List of all members
Catch::Matchers::Impl::Matcher< ExpressionT > Struct Template Referenceabstract
Inheritance diagram for Catch::Matchers::Impl::Matcher< ExpressionT >:
Inheritance graph
[legend]
Collaboration diagram for Catch::Matchers::Impl::Matcher< ExpressionT >:
Collaboration graph
[legend]

Public Types

typedef ExpressionT ExpressionType
 

Public Member Functions

virtual Ptr< Matcherclone () const =0
 
virtual bool match (ExpressionT const &expr) const =0
 
virtual std::string toString () const =0
 
Generic::AllOf< ExpressionT > operator&& (Matcher< ExpressionT > const &other) const
 
Generic::AnyOf< ExpressionT > operator|| (Matcher< ExpressionT > const &other) const
 
Generic::Not< ExpressionT > operator! () const
 
- Public Member Functions inherited from Catch::SharedImpl< IShared >
virtual void addRef () const
 
virtual void release () const
 

Additional Inherited Members

- Public Attributes inherited from Catch::SharedImpl< IShared >
unsigned int m_rc
 

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