CP3-llbb Framework
Public Member Functions | List of all members
Catch::Matchers::Impl::Generic::AnyOf< ExpressionT > Class Template Reference
Inheritance diagram for Catch::Matchers::Impl::Generic::AnyOf< ExpressionT >:
Inheritance graph
[legend]
Collaboration diagram for Catch::Matchers::Impl::Generic::AnyOf< ExpressionT >:
Collaboration graph
[legend]

Public Member Functions

 AnyOf (AnyOf const &other)
 
AnyOfadd (Matcher< ExpressionT > const &matcher)
 
virtual bool match (ExpressionT const &expr) const
 
virtual std::string toString () const
 
AnyOf operator|| (Matcher< ExpressionT > const &other) 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 >
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 Types inherited from Catch::Matchers::Impl::Matcher< ExpressionT >
typedef ExpressionT ExpressionType
 
- Public Attributes inherited from Catch::SharedImpl< IShared >
unsigned int m_rc
 

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