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 | List of all members
Catch::IShared Struct Referenceabstract

#include <catch.hpp>

Inheritance diagram for Catch::IShared:
Catch::NonCopyable Catch::IConfig Catch::ITestCase Catch::SharedImpl< IShared > Catch::SharedImpl< ITestCase > Catch::Matchers::Impl::Matcher< ExpressionT > Catch::Matchers::Impl::Matcher< std::string > Catch::MethodTestCase< C > Catch::Matchers::Impl::MatcherImpl< DerivedT, ExpressionT > Catch::Matchers::Impl::MatcherImpl< AllOf< ExpressionT >, ExpressionT > Catch::Matchers::Impl::MatcherImpl< AnyOf< ExpressionT >, ExpressionT > Catch::Matchers::Impl::MatcherImpl< Contains, std::string > Catch::Matchers::Impl::MatcherImpl< EndsWith, std::string > Catch::Matchers::Impl::MatcherImpl< Equals, std::string > Catch::Matchers::Impl::MatcherImpl< StartsWith, std::string >

Public Member Functions

virtual ~IShared ()
 
virtual void addRef () const =0
 
virtual void release () const =0
 

Additional Inherited Members

- Protected Member Functions inherited from Catch::NonCopyable
 NonCopyable ()
 
virtual ~NonCopyable ()
 

Detailed Description

Definition at line 326 of file catch.hpp.

Constructor & Destructor Documentation

virtual Catch::IShared::~IShared ( )
virtual

Member Function Documentation

virtual void Catch::IShared::addRef ( ) const
pure virtual
virtual void Catch::IShared::release ( ) const
pure virtual

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