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 64 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 |
|
inline |
Definition at line 67 of file safe_pointers.h.
|
inline |
Definition at line 68 of file safe_pointers.h.
|
inline |
Definition at line 69 of file safe_pointers.h.
|
inlinevirtual |
Definition at line 71 of file safe_pointers.h.
|
inlineinherited |
Definition at line 51 of file safe_pointers.h.
References mrpt::utils::safe_ptr_basic< T >::ptr.
|
inlineinherited |
Definition at line 52 of file safe_pointers.h.
References mrpt::utils::safe_ptr_basic< T >::ptr.
|
inlineinherited |
Definition at line 49 of file safe_pointers.h.
References mrpt::utils::safe_ptr_basic< T >::ptr.
|
inlineinherited |
Definition at line 48 of file safe_pointers.h.
References mrpt::utils::safe_ptr_basic< T >::ptr.
|
inline |
Definition at line 73 of file safe_pointers.h.
References ASSERT_.
|
inline |
Definition at line 74 of file safe_pointers.h.
References ASSERT_.
|
inlineinherited |
Definition at line 54 of file safe_pointers.h.
References ASSERT_, and mrpt::utils::safe_ptr_basic< T >::ptr.
|
inlineinherited |
Definition at line 55 of file safe_pointers.h.
References ASSERT_, and mrpt::utils::safe_ptr_basic< T >::ptr.
|
inlineinherited |
Definition at line 46 of file safe_pointers.h.
References mrpt::utils::safe_ptr_basic< T >::ptr.
|
inlineinherited |
Definition at line 45 of file safe_pointers.h.
References mrpt::utils::safe_ptr_basic< T >::ptr.
|
inline |
Definition at line 76 of file safe_pointers.h.
References ASSERT_.
|
inline |
Definition at line 77 of file safe_pointers.h.
References ASSERT_.
|
protectedinherited |
| Page generated by Doxygen 1.9.1 for MRPT 1.4.0 SVN: at Fri Sep 3 01:11:30 UTC 2021 |