CP3-llbb Framework
Public Member Functions | Public Attributes | List of all members
Catch::Matchers::Impl::StdString::Contains Struct Reference
Inheritance diagram for Catch::Matchers::Impl::StdString::Contains:
Inheritance graph
[legend]
Collaboration diagram for Catch::Matchers::Impl::StdString::Contains:
Collaboration graph
[legend]

Public Member Functions

 Contains (std::string const &substr, CaseSensitive::Choice caseSensitivity=CaseSensitive::Yes)
 
 Contains (Contains const &other)
 
virtual bool match (std::string const &expr) const
 
virtual std::string toString () const
 
- Public Member Functions inherited from Catch::Matchers::Impl::MatcherImpl< Contains, std::string >
virtual Ptr< Matcher< std::string > > clone () const
 
- Public Member Functions inherited from Catch::Matchers::Impl::Matcher< ExpressionT >
virtual bool match (ExpressionT const &expr) 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
 

Public Attributes

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

Additional Inherited Members

- Public Types inherited from Catch::Matchers::Impl::Matcher< ExpressionT >
typedef ExpressionT ExpressionType
 

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