#include <mrpt/utils/safe_pointers.h>
Public Member Functions | |
safe_ptr_basic () | |
safe_ptr_basic (const safe_ptr_basic< T > &o) | |
safe_ptr_basic (const T *p) | |
safe_ptr_basic< T > & | operator= (T *p) |
safe_ptr_basic< T > & | operator= (const safe_ptr_basic< T > &o) |
virtual | ~safe_ptr_basic () |
bool | operator== (const T *o) const |
bool | operator== (const safe_ptr_basic< T > &o) const |
bool | operator!= (const T *o) const |
bool | operator!= (const safe_ptr_basic< T > &o) const |
T *& | get () |
const T * | get () const |
T *& | operator-> () |
const T * | operator-> () const |
Protected Attributes | |
T * | ptr |
This class does not keep any reference count nor automatically destroy the pointed data.
Definition at line 46 of file safe_pointers.h.
mrpt::utils::safe_ptr_basic< T >::safe_ptr_basic | ( | ) | [inline] |
Definition at line 52 of file safe_pointers.h.
mrpt::utils::safe_ptr_basic< T >::safe_ptr_basic | ( | const safe_ptr_basic< T > & | o | ) | [inline] |
Definition at line 53 of file safe_pointers.h.
mrpt::utils::safe_ptr_basic< T >::safe_ptr_basic | ( | const T * | p | ) | [inline] |
Definition at line 54 of file safe_pointers.h.
virtual mrpt::utils::safe_ptr_basic< T >::~safe_ptr_basic | ( | ) | [inline, virtual] |
Definition at line 63 of file safe_pointers.h.
const T* mrpt::utils::safe_ptr_basic< T >::get | ( | ) | const [inline] |
Definition at line 72 of file safe_pointers.h.
T*& mrpt::utils::safe_ptr_basic< T >::get | ( | ) | [inline] |
Definition at line 71 of file safe_pointers.h.
bool mrpt::utils::safe_ptr_basic< T >::operator!= | ( | const safe_ptr_basic< T > & | o | ) | const [inline] |
Definition at line 69 of file safe_pointers.h.
bool mrpt::utils::safe_ptr_basic< T >::operator!= | ( | const T * | o | ) | const [inline] |
Definition at line 68 of file safe_pointers.h.
const T* mrpt::utils::safe_ptr_basic< T >::operator-> | ( | void | ) | const [inline] |
Definition at line 75 of file safe_pointers.h.
T*& mrpt::utils::safe_ptr_basic< T >::operator-> | ( | void | ) | [inline] |
Definition at line 74 of file safe_pointers.h.
safe_ptr_basic<T>& mrpt::utils::safe_ptr_basic< T >::operator= | ( | const safe_ptr_basic< T > & | o | ) | [inline] |
Definition at line 57 of file safe_pointers.h.
safe_ptr_basic<T>& mrpt::utils::safe_ptr_basic< T >::operator= | ( | T * | p | ) | [inline] |
Definition at line 55 of file safe_pointers.h.
bool mrpt::utils::safe_ptr_basic< T >::operator== | ( | const safe_ptr_basic< T > & | o | ) | const [inline] |
Definition at line 66 of file safe_pointers.h.
bool mrpt::utils::safe_ptr_basic< T >::operator== | ( | const T * | o | ) | const [inline] |
Definition at line 65 of file safe_pointers.h.
T* mrpt::utils::safe_ptr_basic< T >::ptr [protected] |
Definition at line 49 of file safe_pointers.h.
Referenced by mrpt::utils::safe_ptr_basic< CMultiMetricMap >::get(), mrpt::utils::safe_ptr_basic< CMultiMetricMap >::operator!=(), mrpt::utils::safe_ptr_basic< CMultiMetricMap >::operator->(), mrpt::utils::safe_ptr_basic< CMultiMetricMap >::operator=(), and mrpt::utils::safe_ptr_basic< CMultiMetricMap >::operator==().
Page generated by Doxygen 1.5.9 for MRPT 0.6.5 SVN: at Sun Aug 2 11:41:17 CDT 2009 |