#include <mrpt/utils/safe_pointers.h>
Public Member Functions | |
copiable_NULL_ptr_basic () | |
copiable_NULL_ptr_basic (const copiable_NULL_ptr_basic< T > &o) | |
copiable_NULL_ptr_basic< T > & | operator= (T *p) |
copiable_NULL_ptr_basic< T > & | operator= (const copiable_NULL_ptr_basic< T > &o) |
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 |
Definition at line 168 of file safe_pointers.h.
mrpt::utils::copiable_NULL_ptr_basic< T >::copiable_NULL_ptr_basic | ( | ) | [inline] |
Definition at line 174 of file safe_pointers.h.
mrpt::utils::copiable_NULL_ptr_basic< T >::copiable_NULL_ptr_basic | ( | const copiable_NULL_ptr_basic< T > & | o | ) | [inline] |
Definition at line 175 of file safe_pointers.h.
virtual mrpt::utils::copiable_NULL_ptr_basic< T >::~copiable_NULL_ptr_basic | ( | ) | [inline, virtual] |
Definition at line 181 of file safe_pointers.h.
const T*& mrpt::utils::copiable_NULL_ptr_basic< T >::get | ( | ) | const [inline] |
Definition at line 190 of file safe_pointers.h.
T*& mrpt::utils::copiable_NULL_ptr_basic< T >::get | ( | ) | [inline] |
Definition at line 189 of file safe_pointers.h.
bool mrpt::utils::copiable_NULL_ptr_basic< T >::operator!= | ( | const copiable_NULL_ptr_basic< T > & | o | ) | const [inline] |
Definition at line 187 of file safe_pointers.h.
bool mrpt::utils::copiable_NULL_ptr_basic< T >::operator!= | ( | const T * | o | ) | const [inline] |
Definition at line 186 of file safe_pointers.h.
const T*& mrpt::utils::copiable_NULL_ptr_basic< T >::operator-> | ( | void | ) | const [inline] |
Definition at line 193 of file safe_pointers.h.
T*& mrpt::utils::copiable_NULL_ptr_basic< T >::operator-> | ( | void | ) | [inline] |
Definition at line 192 of file safe_pointers.h.
copiable_NULL_ptr_basic<T>& mrpt::utils::copiable_NULL_ptr_basic< T >::operator= | ( | const copiable_NULL_ptr_basic< T > & | o | ) | [inline] |
Definition at line 179 of file safe_pointers.h.
copiable_NULL_ptr_basic<T>& mrpt::utils::copiable_NULL_ptr_basic< T >::operator= | ( | T * | p | ) | [inline] |
Reimplemented in mrpt::utils::copiable_NULL_ptr< T >, mrpt::utils::copiable_NULL_ptr< const CSensoryFrame >, and mrpt::utils::copiable_NULL_ptr< const CActionCollection >.
Definition at line 177 of file safe_pointers.h.
bool mrpt::utils::copiable_NULL_ptr_basic< T >::operator== | ( | const copiable_NULL_ptr_basic< T > & | o | ) | const [inline] |
Definition at line 184 of file safe_pointers.h.
bool mrpt::utils::copiable_NULL_ptr_basic< T >::operator== | ( | const T * | o | ) | const [inline] |
Definition at line 183 of file safe_pointers.h.
T* mrpt::utils::copiable_NULL_ptr_basic< T >::ptr [protected] |
Definition at line 171 of file safe_pointers.h.
Referenced by mrpt::utils::copiable_NULL_ptr_basic< const CActionCollection >::get(), mrpt::utils::copiable_NULL_ptr_basic< const CActionCollection >::operator!=(), mrpt::utils::copiable_NULL_ptr_basic< const CActionCollection >::operator->(), mrpt::utils::copiable_NULL_ptr_basic< const CActionCollection >::operator=(), and mrpt::utils::copiable_NULL_ptr_basic< const CActionCollection >::operator==().
Page generated by Doxygen 1.5.9 for MRPT 0.6.5 SVN: at Sun Aug 2 11:41:17 CDT 2009 |