OSVR-Core
Public Member Functions | Public Attributes | List of all members
Catch::Matchers::Impl::StdString::StartsWith Struct Reference
Inheritance diagram for Catch::Matchers::Impl::StdString::StartsWith:
Catch::Matchers::Impl::MatcherImpl< StartsWith, std::string > Catch::Matchers::Impl::Matcher< std::string > Catch::SharedImpl< IShared > Catch::IShared Catch::NonCopyable

Public Member Functions

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

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