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

Detailed Description

template<class T>
struct mrpt::copiable_NULL_ptr_basic< T >

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

See also
safe_ptr, non_copiable_ptr, copiable_NULL_ptr

Definition at line 265 of file safe_pointers.h.

#include <mrpt/core/safe_pointers.h>

Inheritance diagram for mrpt::copiable_NULL_ptr_basic< T >:
Inheritance graph

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
 

Constructor & Destructor Documentation

◆ copiable_NULL_ptr_basic() [1/2]

template<class T >
mrpt::copiable_NULL_ptr_basic< T >::copiable_NULL_ptr_basic ( )
inline

Definition at line 271 of file safe_pointers.h.

◆ copiable_NULL_ptr_basic() [2/2]

template<class T >
mrpt::copiable_NULL_ptr_basic< T >::copiable_NULL_ptr_basic ( const copiable_NULL_ptr_basic< T > &  )
inline

Definition at line 272 of file safe_pointers.h.

◆ ~copiable_NULL_ptr_basic()

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

Definition at line 285 of file safe_pointers.h.

Member Function Documentation

◆ get() [1/2]

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

Definition at line 298 of file safe_pointers.h.

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

◆ get() [2/2]

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

Definition at line 299 of file safe_pointers.h.

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

◆ operator!=() [1/2]

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

Definition at line 293 of file safe_pointers.h.

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

◆ operator!=() [2/2]

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

Definition at line 292 of file safe_pointers.h.

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

◆ operator->() [1/2]

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

Definition at line 300 of file safe_pointers.h.

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

◆ operator->() [2/2]

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

Definition at line 305 of file safe_pointers.h.

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

◆ operator=() [1/2]

template<class T >
copiable_NULL_ptr_basic<T>& mrpt::copiable_NULL_ptr_basic< T >::operator= ( const copiable_NULL_ptr_basic< T > &  )
inline

Definition at line 279 of file safe_pointers.h.

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

◆ operator=() [2/2]

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

Definition at line 273 of file safe_pointers.h.

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

◆ operator==() [1/2]

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

Definition at line 287 of file safe_pointers.h.

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

◆ operator==() [2/2]

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

Definition at line 286 of file safe_pointers.h.

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

Member Data Documentation

◆ ptr

template<class T >
T* mrpt::copiable_NULL_ptr_basic< T >::ptr
protected



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