OSVR-Core
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 >:
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::MatcherImpl< Not< ExpressionT >, ExpressionT > Catch::Matchers::Impl::Generic::AllOf< ExpressionT > Catch::Matchers::Impl::Generic::AnyOf< ExpressionT > Catch::Matchers::Impl::Generic::Not< ExpressionT >

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: