MRPT logo

mrpt::utils::safe_ptr< T > Struct Template Reference

A wrapper class for pointers that can be safely copied with "=" operator without problems. More...

#include <mrpt/utils/safe_pointers.h>

Inheritance diagram for mrpt::utils::safe_ptr< T >:

mrpt::utils::safe_ptr_basic< T >

List of all members.

Public Member Functions

 safe_ptr ()
 safe_ptr (const safe_ptr< T > &o)
 safe_ptr (const T *p)
virtual ~safe_ptr ()
T & operator* ()
const T & operator* () const
T & operator[] (const size_t &i)
const T & operator[] (const size_t &i) const


Detailed Description

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

A wrapper class for pointers that can be safely copied with "=" operator without problems.

This class does not keep any reference count nor automatically destroy the pointed data.

See also:
CReferencedMemBlock, safe_ptr, non_copiable_ptr, copiable_NULL_ptr

Definition at line 83 of file safe_pointers.h.


Constructor & Destructor Documentation

template<class T>
mrpt::utils::safe_ptr< T >::safe_ptr (  )  [inline]

Definition at line 86 of file safe_pointers.h.

template<class T>
mrpt::utils::safe_ptr< T >::safe_ptr ( const safe_ptr< T > &  o  )  [inline]

Definition at line 87 of file safe_pointers.h.

template<class T>
mrpt::utils::safe_ptr< T >::safe_ptr ( const T *  p  )  [inline]

Definition at line 88 of file safe_pointers.h.

template<class T>
virtual mrpt::utils::safe_ptr< T >::~safe_ptr (  )  [inline, virtual]

Definition at line 90 of file safe_pointers.h.


Member Function Documentation

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

Definition at line 93 of file safe_pointers.h.

template<class T>
T& mrpt::utils::safe_ptr< T >::operator* ( void   )  [inline]

Definition at line 92 of file safe_pointers.h.

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

Definition at line 96 of file safe_pointers.h.

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

Definition at line 95 of file safe_pointers.h.




Page generated by Doxygen 1.5.9 for MRPT 0.7.1 SVN: at Mon Aug 17 22:32:05 EDT 2009