MRPT
1.9.9
|
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 71 of file safe_pointers.h.
#include <mrpt/core/safe_pointers.h>
Public Member Functions | |
safe_ptr () | |
safe_ptr (const safe_ptr< T > &o) | |
safe_ptr (const T *p) | |
safe_ptr & | operator= (T *p) |
~safe_ptr () override=default | |
T & | operator* () |
const T & | operator* () const |
T & | operator[] (size_t i) |
const T & | operator[] (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 74 of file safe_pointers.h.
|
inline |
Definition at line 75 of file safe_pointers.h.
|
inline |
Definition at line 76 of file safe_pointers.h.
|
overridedefault |
|
inlineinherited |
Definition at line 49 of file safe_pointers.h.
|
inlineinherited |
Definition at line 50 of file safe_pointers.h.
|
inlineinherited |
Definition at line 47 of file safe_pointers.h.
|
inlineinherited |
Definition at line 48 of file safe_pointers.h.
|
inline |
Definition at line 83 of file safe_pointers.h.
|
inline |
Definition at line 88 of file safe_pointers.h.
|
inlineinherited |
Definition at line 51 of file safe_pointers.h.
|
inlineinherited |
Definition at line 56 of file safe_pointers.h.
|
inline |
Definition at line 77 of file safe_pointers.h.
|
inlineinherited |
Definition at line 45 of file safe_pointers.h.
|
inlineinherited |
Definition at line 46 of file safe_pointers.h.
|
inline |
Definition at line 94 of file safe_pointers.h.
|
inline |
Definition at line 99 of file safe_pointers.h.
|
protectedinherited |
Definition at line 26 of file safe_pointers.h.
Referenced by mrpt::safe_ptr_basic< mrpt::hmtslam::CHierarchicalMHMap >::get(), mrpt::safe_ptr_basic< mrpt::hmtslam::CHierarchicalMHMap >::operator!=(), mrpt::safe_ptr_basic< mrpt::hmtslam::CHierarchicalMHMap >::operator->(), mrpt::safe_ptr_basic< mrpt::hmtslam::CHierarchicalMHMap >::operator=(), and mrpt::safe_ptr_basic< mrpt::hmtslam::CHierarchicalMHMap >::operator==().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |