A wrapper class for pointers that, if copied with the "=" operator, should be set to nullptr in the new copy.
Definition at line 318 of file safe_pointers.h.
#include <mrpt/core/safe_pointers.h>
Public Member Functions | |
copiable_NULL_ptr () | |
copiable_NULL_ptr (const copiable_NULL_ptr< T > &o) | |
copiable_NULL_ptr< T > & | operator= (T *p) |
virtual | ~copiable_NULL_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 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 321 of file safe_pointers.h.
|
inline |
Definition at line 322 of file safe_pointers.h.
|
inlinevirtual |
Definition at line 333 of file safe_pointers.h.
|
inlineinherited |
Definition at line 298 of file safe_pointers.h.
References mrpt::copiable_NULL_ptr_basic< T >::ptr.
|
inlineinherited |
Definition at line 299 of file safe_pointers.h.
References mrpt::copiable_NULL_ptr_basic< T >::ptr.
|
inlineinherited |
Definition at line 293 of file safe_pointers.h.
References mrpt::copiable_NULL_ptr_basic< T >::ptr.
|
inlineinherited |
Definition at line 292 of file safe_pointers.h.
References mrpt::copiable_NULL_ptr_basic< T >::ptr.
|
inline |
Definition at line 334 of file safe_pointers.h.
References ASSERT_.
|
inline |
Definition at line 339 of file safe_pointers.h.
References ASSERT_.
|
inlineinherited |
Definition at line 300 of file safe_pointers.h.
References ASSERT_, and mrpt::copiable_NULL_ptr_basic< T >::ptr.
|
inlineinherited |
Definition at line 305 of file safe_pointers.h.
References ASSERT_, and mrpt::copiable_NULL_ptr_basic< T >::ptr.
|
inline |
Definition at line 327 of file safe_pointers.h.
|
inlineinherited |
Definition at line 287 of file safe_pointers.h.
References mrpt::copiable_NULL_ptr_basic< T >::ptr.
|
inlineinherited |
Definition at line 286 of file safe_pointers.h.
References mrpt::copiable_NULL_ptr_basic< T >::ptr.
|
inline |
Definition at line 345 of file safe_pointers.h.
References ASSERT_.
|
inline |
Definition at line 350 of file safe_pointers.h.
References ASSERT_.
|
protectedinherited |
Definition at line 268 of file safe_pointers.h.
Referenced by mrpt::copiable_NULL_ptr_basic< T >::get(), mrpt::copiable_NULL_ptr_basic< T >::operator!=(), mrpt::copiable_NULL_ptr_basic< T >::operator->(), mrpt::copiable_NULL_ptr_basic< T >::operator=(), and mrpt::copiable_NULL_ptr_basic< T >::operator==().
Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |