A wrapper class for pointers that can be safely copied with "=" operator without problems.
This class does not keep any reference count nor automatically destroy the pointed data.
Definition at line 83 of file safe_pointers.h.
#include <mrpt/utils/safe_pointers.h>

Public Member Functions | |
| safe_ptr () | |
| safe_ptr (const safe_ptr< T > &o) | |
| safe_ptr (const T *p) | |
| virtual | ~safe_ptr () |
| T & | operator* () |
| const T & | operator* () const |
| T & | operator[] (const size_t &i) |
| const T & | operator[] (const size_t &i) const |
| 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 |
| mrpt::utils::safe_ptr< T >::safe_ptr | ( | ) | [inline] |
Definition at line 86 of file safe_pointers.h.
| mrpt::utils::safe_ptr< T >::safe_ptr | ( | const safe_ptr< T > & | o | ) | [inline] |
Definition at line 87 of file safe_pointers.h.
| mrpt::utils::safe_ptr< T >::safe_ptr | ( | const T * | p | ) | [inline] |
Definition at line 88 of file safe_pointers.h.
| virtual mrpt::utils::safe_ptr< T >::~safe_ptr | ( | ) | [inline, virtual] |
Definition at line 90 of file safe_pointers.h.
| T*& mrpt::utils::safe_ptr_basic< T >::get | ( | ) | [inline, inherited] |
Definition at line 71 of file safe_pointers.h.
| const T* mrpt::utils::safe_ptr_basic< T >::get | ( | ) | const [inline, inherited] |
Definition at line 72 of file safe_pointers.h.
| bool mrpt::utils::safe_ptr_basic< T >::operator!= | ( | const safe_ptr_basic< T > & | o | ) | const [inline, inherited] |
Definition at line 69 of file safe_pointers.h.
| bool mrpt::utils::safe_ptr_basic< T >::operator!= | ( | const T * | o | ) | const [inline, inherited] |
Definition at line 68 of file safe_pointers.h.
| const T& mrpt::utils::safe_ptr< T >::operator* | ( | void | ) | const [inline] |
Definition at line 93 of file safe_pointers.h.
| T& mrpt::utils::safe_ptr< T >::operator* | ( | void | ) | [inline] |
Definition at line 92 of file safe_pointers.h.
| T*& mrpt::utils::safe_ptr_basic< T >::operator-> | ( | void | ) | [inline, inherited] |
Definition at line 74 of file safe_pointers.h.
| const T* mrpt::utils::safe_ptr_basic< T >::operator-> | ( | void | ) | const [inline, inherited] |
Definition at line 75 of file safe_pointers.h.
| bool mrpt::utils::safe_ptr_basic< T >::operator== | ( | const safe_ptr_basic< T > & | o | ) | const [inline, inherited] |
Definition at line 66 of file safe_pointers.h.
| bool mrpt::utils::safe_ptr_basic< T >::operator== | ( | const T * | o | ) | const [inline, inherited] |
Definition at line 65 of file safe_pointers.h.
| const T& mrpt::utils::safe_ptr< T >::operator[] | ( | const size_t & | i | ) | const [inline] |
Definition at line 96 of file safe_pointers.h.
| T& mrpt::utils::safe_ptr< T >::operator[] | ( | const size_t & | i | ) | [inline] |
Definition at line 95 of file safe_pointers.h.
T* mrpt::utils::safe_ptr_basic< T >::ptr [protected, inherited] |
Definition at line 49 of file safe_pointers.h.
Referenced by mrpt::utils::safe_ptr_basic< TRuntimeClassId >::get(), mrpt::utils::safe_ptr_basic< TRuntimeClassId >::operator!=(), mrpt::utils::safe_ptr_basic< TRuntimeClassId >::operator->(), mrpt::utils::safe_ptr_basic< TRuntimeClassId >::operator=(), and mrpt::utils::safe_ptr_basic< TRuntimeClassId >::operator==().
| Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 | Hosted on: |