Public Member Functions | Private Attributes
Catch::Ptr< T > Class Template Reference

#include <catch.hpp>

List of all members.

Public Member Functions

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

Private Attributes

Tm_p

Detailed Description

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

Definition at line 499 of file catch.hpp.


Constructor & Destructor Documentation

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

Definition at line 501 of file catch.hpp.

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

Definition at line 502 of file catch.hpp.

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

Definition at line 506 of file catch.hpp.

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

Definition at line 510 of file catch.hpp.


Member Function Documentation

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

Definition at line 530 of file catch.hpp.

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

Definition at line 534 of file catch.hpp.

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

Definition at line 533 of file catch.hpp.

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

Definition at line 531 of file catch.hpp.

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

Definition at line 532 of file catch.hpp.

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

Definition at line 519 of file catch.hpp.

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

Definition at line 524 of file catch.hpp.

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

Definition at line 514 of file catch.hpp.

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

Definition at line 529 of file catch.hpp.


Member Data Documentation

template<typename T>
T* Catch::Ptr< T >::m_p [private]

Definition at line 537 of file catch.hpp.


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


rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:10