A wrapper class for pointers that, if copied with the "=" operator, should be set to nullptr in the copy.
Definition at line 269 of file safe_pointers.h.
#include <mrpt/utils/safe_pointers.h>
Public Member Functions | |
copiable_NULL_ptr_basic () | |
copiable_NULL_ptr_basic (const copiable_NULL_ptr_basic< T > &) | |
copiable_NULL_ptr_basic< T > & | operator= (T *p) |
copiable_NULL_ptr_basic< T > & | operator= (const copiable_NULL_ptr_basic< T > &) |
virtual | ~copiable_NULL_ptr_basic () |
bool | operator== (const T *o) const |
bool | operator== (const copiable_NULL_ptr_basic< T > &o) const |
bool | operator!= (const T *o) const |
bool | operator!= (const copiable_NULL_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 275 of file safe_pointers.h.
|
inline |
Definition at line 276 of file safe_pointers.h.
|
inlinevirtual |
Definition at line 289 of file safe_pointers.h.
|
inline |
Definition at line 302 of file safe_pointers.h.
References mrpt::utils::copiable_NULL_ptr_basic< T >::ptr.
|
inline |
Definition at line 303 of file safe_pointers.h.
References mrpt::utils::copiable_NULL_ptr_basic< T >::ptr.
|
inline |
Definition at line 296 of file safe_pointers.h.
References mrpt::utils::copiable_NULL_ptr_basic< T >::ptr.
|
inline |
Definition at line 297 of file safe_pointers.h.
References mrpt::utils::copiable_NULL_ptr_basic< T >::ptr.
|
inline |
Definition at line 304 of file safe_pointers.h.
References ASSERT_, and mrpt::utils::copiable_NULL_ptr_basic< T >::ptr.
|
inline |
Definition at line 309 of file safe_pointers.h.
References ASSERT_, and mrpt::utils::copiable_NULL_ptr_basic< T >::ptr.
|
inline |
Definition at line 277 of file safe_pointers.h.
References mrpt::utils::copiable_NULL_ptr_basic< T >::ptr.
|
inline |
Definition at line 283 of file safe_pointers.h.
References mrpt::utils::copiable_NULL_ptr_basic< T >::ptr.
|
inline |
Definition at line 290 of file safe_pointers.h.
References mrpt::utils::copiable_NULL_ptr_basic< T >::ptr.
|
inline |
Definition at line 291 of file safe_pointers.h.
References mrpt::utils::copiable_NULL_ptr_basic< T >::ptr.
|
protected |
Definition at line 272 of file safe_pointers.h.
Referenced by mrpt::utils::copiable_NULL_ptr_basic< T >::get(), mrpt::utils::copiable_NULL_ptr_basic< T >::operator!=(), mrpt::utils::copiable_NULL_ptr_basic< T >::operator->(), mrpt::utils::copiable_NULL_ptr_basic< T >::operator=(), and mrpt::utils::copiable_NULL_ptr_basic< T >::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 |