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 27 of file safe_pointers.h.
#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 |
|
inline |
Definition at line 33 of file safe_pointers.h.
|
inline |
Definition at line 34 of file safe_pointers.h.
|
inline |
Definition at line 35 of file safe_pointers.h.
|
inlinevirtual |
Definition at line 48 of file safe_pointers.h.
|
inline |
Definition at line 53 of file safe_pointers.h.
|
inline |
Definition at line 54 of file safe_pointers.h.
|
inline |
Definition at line 51 of file safe_pointers.h.
|
inline |
Definition at line 52 of file safe_pointers.h.
|
inline |
Definition at line 55 of file safe_pointers.h.
|
inline |
Definition at line 60 of file safe_pointers.h.
|
inline |
Definition at line 36 of file safe_pointers.h.
|
inline |
Definition at line 42 of file safe_pointers.h.
|
inline |
Definition at line 49 of file safe_pointers.h.
|
inline |
Definition at line 50 of file safe_pointers.h.
|
protected |
Definition at line 30 of file safe_pointers.h.
Referenced by mrpt::utils::safe_ptr_basic< mrpt::hmtslam::CHierarchicalMHMap >::get(), mrpt::utils::safe_ptr_basic< mrpt::hmtslam::CHierarchicalMHMap >::operator!=(), mrpt::utils::safe_ptr_basic< mrpt::hmtslam::CHierarchicalMHMap >::operator->(), mrpt::utils::safe_ptr_basic< mrpt::hmtslam::CHierarchicalMHMap >::operator=(), and mrpt::utils::safe_ptr_basic< mrpt::hmtslam::CHierarchicalMHMap >::operator==().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |