CoolProp  4.2.5
An open-source fluid property and humid air property database
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
Catch::Matchers::Impl::StdString::Equals Struct Reference

#include <catch.hpp>

Inheritance diagram for Catch::Matchers::Impl::StdString::Equals:
Catch::Matchers::Impl::MatcherImpl< Equals, std::string > Catch::Matchers::Impl::Matcher< std::string > Catch::SharedImpl< IShared > Catch::IShared Catch::NonCopyable

Public Member Functions

 Equals (std::string const &str)
 
 Equals (Equals const &other)
 
virtual ~Equals ()
 
virtual bool match (std::string const &expr) const
 
virtual std::string toString () const
 
- Public Member Functions inherited from Catch::Matchers::Impl::MatcherImpl< Equals, 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_str
 
- 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 2247 of file catch.hpp.

Constructor & Destructor Documentation

Catch::Matchers::Impl::StdString::Equals::Equals ( std::string const &  str)
inline

Definition at line 2248 of file catch.hpp.

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

Definition at line 2249 of file catch.hpp.

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

Member Function Documentation

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

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

Definition at line 2253 of file catch.hpp.

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

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

Definition at line 2256 of file catch.hpp.

Member Data Documentation

std::string Catch::Matchers::Impl::StdString::Equals::m_str

Definition at line 2260 of file catch.hpp.


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