Fraxinus  18.10
An IGT application
Catch::Matchers::Impl::StdString::StartsWith Struct Reference

#include <catch.hpp>

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)
 
 StartsWith (StartsWith const &other)
 
virtual ~StartsWith ()
 
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 >
virtual ~Matcher ()
 
- Public Member Functions inherited from Catch::SharedImpl< IShared >
 SharedImpl ()
 
virtual void addRef () const
 
virtual void release () const
 
- Public Member Functions inherited from Catch::IShared
virtual ~IShared ()
 

Public Attributes

std::string m_substr
 
- 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
 
- Protected Member Functions inherited from Catch::NonCopyable
 NonCopyable ()
 
virtual ~NonCopyable ()
 

Detailed Description

Definition at line 3444 of file catch.hpp.

Constructor & Destructor Documentation

Catch::Matchers::Impl::StdString::StartsWith::StartsWith ( std::string const &  substr)
inline

Definition at line 3445 of file catch.hpp.

Catch::Matchers::Impl::StdString::StartsWith::StartsWith ( StartsWith const &  other)
inline

Definition at line 3446 of file catch.hpp.

virtual Catch::Matchers::Impl::StdString::StartsWith::~StartsWith ( )
virtual

Member Function Documentation

virtual bool Catch::Matchers::Impl::StdString::StartsWith::match ( std::string const &  expr) const
inlinevirtual

Implements Catch::Matchers::Impl::Matcher< std::string >.

Definition at line 3450 of file catch.hpp.

virtual std::string Catch::Matchers::Impl::StdString::StartsWith::toString ( ) const
inlinevirtual

Implements Catch::Matchers::Impl::Matcher< std::string >.

Definition at line 3453 of file catch.hpp.

Member Data Documentation

std::string Catch::Matchers::Impl::StdString::StartsWith::m_substr

Definition at line 3457 of file catch.hpp.


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