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::Ptr< T > Class Template Reference

#include <catch.hpp>

Public Member Functions

 Ptr ()
 
 Ptr (T *p)
 
 Ptr (Ptr const &other)
 
 ~Ptr ()
 
void reset ()
 
Ptroperator= (T *p)
 
Ptroperator= (Ptr const &other)
 
void swap (Ptr &other)
 
T * get ()
 
const T * get () const
 
T & operator* () const
 
T * operator-> () const
 
bool operator! () const
 
 operator SafeBool::type () const
 

Detailed Description

template<typename T>
class Catch::Ptr< T >

Definition at line 284 of file catch.hpp.

Constructor & Destructor Documentation

template<typename T>
Catch::Ptr< T >::Ptr ( )
inline

Definition at line 286 of file catch.hpp.

template<typename T>
Catch::Ptr< T >::Ptr ( T *  p)
inline

Definition at line 287 of file catch.hpp.

template<typename T>
Catch::Ptr< T >::Ptr ( Ptr< T > const &  other)
inline

Definition at line 291 of file catch.hpp.

template<typename T>
Catch::Ptr< T >::~Ptr ( )
inline

Definition at line 295 of file catch.hpp.

Member Function Documentation

template<typename T>
T* Catch::Ptr< T >::get ( )
inline

Definition at line 315 of file catch.hpp.

template<typename T>
const T* Catch::Ptr< T >::get ( ) const
inline

Definition at line 316 of file catch.hpp.

template<typename T>
Catch::Ptr< T >::operator SafeBool::type ( ) const
inline

Definition at line 320 of file catch.hpp.

template<typename T>
bool Catch::Ptr< T >::operator! ( ) const
inline

Definition at line 319 of file catch.hpp.

template<typename T>
T& Catch::Ptr< T >::operator* ( ) const
inline

Definition at line 317 of file catch.hpp.

template<typename T>
T* Catch::Ptr< T >::operator-> ( ) const
inline

Definition at line 318 of file catch.hpp.

template<typename T>
Ptr& Catch::Ptr< T >::operator= ( T *  p)
inline

Definition at line 304 of file catch.hpp.

template<typename T>
Ptr& Catch::Ptr< T >::operator= ( Ptr< T > const &  other)
inline

Definition at line 309 of file catch.hpp.

template<typename T>
void Catch::Ptr< T >::reset ( )
inline

Definition at line 299 of file catch.hpp.

template<typename T>
void Catch::Ptr< T >::swap ( Ptr< T > &  other)
inline

Definition at line 314 of file catch.hpp.


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