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

Detailed Description

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

A wrapper class for pointers that can NOT be copied with "=" operator, raising an exception at runtime if a copy is attempted.

See also
CReferencedMemBlock, safe_ptr, non_copiable_ptr, copiable_NULL_ptr

Definition at line 89 of file safe_pointers.h.

#include <mrpt/utils/safe_pointers.h>

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

Public Member Functions

 non_copiable_ptr_basic ()
 
 non_copiable_ptr_basic (const non_copiable_ptr_basic< T > &)
 
 non_copiable_ptr_basic (const T *p)
 
non_copiable_ptr_basic< T > & operator= (T *p)
 
non_copiable_ptr_basic< T > & operator= (const non_copiable_ptr_basic< T > &)
 
void set (const T *p)
 This method can change the pointer, since the change is made explicitly, not through copy operators transparent to the user. More...
 
virtual ~non_copiable_ptr_basic ()
 
bool operator== (const T *o) const
 
bool operator== (const non_copiable_ptr_basic< T > &o) const
 
bool operator!= (const T *o) const
 
bool operator!= (const non_copiable_ptr_basic< T > &o) const
 
T *& get ()
 
const T * get () const
 
T ** getPtrToPtr ()
 
T *& operator-> ()
 
const T * operator-> () const
 

Protected Attributes

T * ptr
 

Constructor & Destructor Documentation

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

Definition at line 95 of file safe_pointers.h.

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

Definition at line 96 of file safe_pointers.h.

template<class T>
mrpt::utils::non_copiable_ptr_basic< T >::non_copiable_ptr_basic ( const T *  p)
inline

Definition at line 97 of file safe_pointers.h.

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

Definition at line 106 of file safe_pointers.h.

Member Function Documentation

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

Definition at line 114 of file safe_pointers.h.

Referenced by mrpt::gui::CBaseGUIWindow::getWxObject().

template<class T>
const T* mrpt::utils::non_copiable_ptr_basic< T >::get ( ) const
inline

Definition at line 115 of file safe_pointers.h.

template<class T>
T** mrpt::utils::non_copiable_ptr_basic< T >::getPtrToPtr ( )
inline

Definition at line 117 of file safe_pointers.h.

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

Definition at line 111 of file safe_pointers.h.

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

Definition at line 112 of file safe_pointers.h.

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

Definition at line 119 of file safe_pointers.h.

template<class T>
const T* mrpt::utils::non_copiable_ptr_basic< T >::operator-> ( void  ) const
inline

Definition at line 120 of file safe_pointers.h.

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

Definition at line 98 of file safe_pointers.h.

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

Definition at line 100 of file safe_pointers.h.

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

Definition at line 108 of file safe_pointers.h.

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

Definition at line 109 of file safe_pointers.h.

template<class T>
void mrpt::utils::non_copiable_ptr_basic< T >::set ( const T *  p)
inline

This method can change the pointer, since the change is made explicitly, not through copy operators transparent to the user.

Definition at line 104 of file safe_pointers.h.

Member Data Documentation

template<class T>
T* mrpt::utils::non_copiable_ptr_basic< T >::ptr
protected



Page generated by Doxygen 1.8.9.1 for MRPT 1.3.2 SVN:Unversioned directory at Tue Dec 8 09:49:21 UTC 2015