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

#include <catch.hpp>

List of all members.

Public Member Functions

T * get ()
const T * get () const
 operator SafeBool::type () const
bool operator! () const
T & operator* () const
T * operator-> () 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

T * m_p

Detailed Description

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

Definition at line 398 of file catch.hpp.


Constructor & Destructor Documentation

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

Definition at line 400 of file catch.hpp.

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

Definition at line 401 of file catch.hpp.

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

Definition at line 405 of file catch.hpp.

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

Definition at line 409 of file catch.hpp.


Member Function Documentation

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

Definition at line 429 of file catch.hpp.

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

Definition at line 430 of file catch.hpp.

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

Definition at line 434 of file catch.hpp.

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

Definition at line 433 of file catch.hpp.

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

Definition at line 431 of file catch.hpp.

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

Definition at line 432 of file catch.hpp.

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

Definition at line 418 of file catch.hpp.

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

Definition at line 423 of file catch.hpp.

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

Definition at line 413 of file catch.hpp.

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

Definition at line 428 of file catch.hpp.


Member Data Documentation

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

Definition at line 437 of file catch.hpp.


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


librealsense
Author(s): Sergey Dorodnicov , Mark Horn , Reagan Lopez
autogenerated on Tue Jun 25 2019 19:54:41