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::SharedImpl< T > Struct Template Reference

#include <catch.hpp>

Inheritance diagram for Catch::SharedImpl< T >:

Public Member Functions

 SharedImpl ()
 
virtual void addRef () const
 
virtual void release () const
 

Public Attributes

unsigned int m_rc
 

Detailed Description

template<typename T = IShared>
struct Catch::SharedImpl< T >

Definition at line 333 of file catch.hpp.

Constructor & Destructor Documentation

template<typename T = IShared>
Catch::SharedImpl< T >::SharedImpl ( )
inline

Definition at line 335 of file catch.hpp.

Member Function Documentation

template<typename T = IShared>
virtual void Catch::SharedImpl< T >::addRef ( ) const
inlinevirtual

Definition at line 337 of file catch.hpp.

template<typename T = IShared>
virtual void Catch::SharedImpl< T >::release ( ) const
inlinevirtual

Definition at line 340 of file catch.hpp.

Member Data Documentation

template<typename T = IShared>
unsigned int Catch::SharedImpl< T >::m_rc
mutable

Definition at line 345 of file catch.hpp.


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