Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Member Functions | Protected Attributes
mrpt::utils::copiable_NULL_ptr< T > Struct Template Reference

Detailed Description

template<class T>
struct mrpt::utils::copiable_NULL_ptr< T >

A wrapper class for pointers that, if copied with the "=" operator, should be set to nullptr in the new copy.

See also
CReferencedMemBlock, safe_ptr, non_copiable_ptr, copiable_NULL_ptr

Definition at line 322 of file safe_pointers.h.

#include <mrpt/utils/safe_pointers.h>

Inheritance diagram for mrpt::utils::copiable_NULL_ptr< T >:
Inheritance graph

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
 

Constructor & Destructor Documentation

◆ copiable_NULL_ptr() [1/2]

template<class T>
mrpt::utils::copiable_NULL_ptr< T >::copiable_NULL_ptr ( )
inline

Definition at line 325 of file safe_pointers.h.

◆ copiable_NULL_ptr() [2/2]

template<class T>
mrpt::utils::copiable_NULL_ptr< T >::copiable_NULL_ptr ( const copiable_NULL_ptr< T > &  o)
inline

Definition at line 326 of file safe_pointers.h.

◆ ~copiable_NULL_ptr()

template<class T>
virtual mrpt::utils::copiable_NULL_ptr< T >::~copiable_NULL_ptr ( )
inlinevirtual

Definition at line 337 of file safe_pointers.h.

Member Function Documentation

◆ get() [1/2]

template<class T>
T*& mrpt::utils::copiable_NULL_ptr_basic< T >::get ( )
inlineinherited

Definition at line 302 of file safe_pointers.h.

References mrpt::utils::copiable_NULL_ptr_basic< T >::ptr.

◆ get() [2/2]

template<class T>
const T*& mrpt::utils::copiable_NULL_ptr_basic< T >::get ( ) const
inlineinherited

Definition at line 303 of file safe_pointers.h.

References mrpt::utils::copiable_NULL_ptr_basic< T >::ptr.

◆ operator!=() [1/2]

template<class T>
bool mrpt::utils::copiable_NULL_ptr_basic< T >::operator!= ( const T *  o) const
inlineinherited

Definition at line 296 of file safe_pointers.h.

References mrpt::utils::copiable_NULL_ptr_basic< T >::ptr.

◆ operator!=() [2/2]

template<class T>
bool mrpt::utils::copiable_NULL_ptr_basic< T >::operator!= ( const copiable_NULL_ptr_basic< T > &  o) const
inlineinherited

Definition at line 297 of file safe_pointers.h.

References mrpt::utils::copiable_NULL_ptr_basic< T >::ptr.

◆ operator*() [1/2]

template<class T>
T& mrpt::utils::copiable_NULL_ptr< T >::operator* ( void  )
inline

Definition at line 338 of file safe_pointers.h.

References ASSERT_.

◆ operator*() [2/2]

template<class T>
const T& mrpt::utils::copiable_NULL_ptr< T >::operator* ( void  ) const
inline

Definition at line 343 of file safe_pointers.h.

References ASSERT_.

◆ operator->() [1/2]

template<class T>
T*& mrpt::utils::copiable_NULL_ptr_basic< T >::operator-> ( )
inlineinherited

Definition at line 304 of file safe_pointers.h.

References ASSERT_, and mrpt::utils::copiable_NULL_ptr_basic< T >::ptr.

◆ operator->() [2/2]

template<class T>
const T*& mrpt::utils::copiable_NULL_ptr_basic< T >::operator-> ( ) const
inlineinherited

Definition at line 309 of file safe_pointers.h.

References ASSERT_, and mrpt::utils::copiable_NULL_ptr_basic< T >::ptr.

◆ operator=()

template<class T>
copiable_NULL_ptr<T>& mrpt::utils::copiable_NULL_ptr< T >::operator= ( T *  p)
inline

Definition at line 331 of file safe_pointers.h.

◆ operator==() [1/2]

template<class T>
bool mrpt::utils::copiable_NULL_ptr_basic< T >::operator== ( const T *  o) const
inlineinherited

Definition at line 290 of file safe_pointers.h.

References mrpt::utils::copiable_NULL_ptr_basic< T >::ptr.

◆ operator==() [2/2]

template<class T>
bool mrpt::utils::copiable_NULL_ptr_basic< T >::operator== ( const copiable_NULL_ptr_basic< T > &  o) const
inlineinherited

Definition at line 291 of file safe_pointers.h.

References mrpt::utils::copiable_NULL_ptr_basic< T >::ptr.

◆ operator[]() [1/2]

template<class T>
T& mrpt::utils::copiable_NULL_ptr< T >::operator[] ( const size_t &  i)
inline

Definition at line 349 of file safe_pointers.h.

References ASSERT_.

◆ operator[]() [2/2]

template<class T>
const T& mrpt::utils::copiable_NULL_ptr< T >::operator[] ( const size_t &  i) const
inline

Definition at line 354 of file safe_pointers.h.

References ASSERT_.

Member Data Documentation

◆ ptr

template<class T>
T* mrpt::utils::copiable_NULL_ptr_basic< T >::ptr
protectedinherited



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