#include <mrpt/otherlibs/stlplus/smart_ptr.hpp>


Public Member Functions | |
| smart_ptr_nocopy (void) | |
| smart_ptr_nocopy (const T &data) | |
| smart_ptr_nocopy (T *data) | |
| smart_ptr_nocopy< T > & | operator= (const T &data) |
| smart_ptr_nocopy< T > & | operator= (const smart_ptr_nocopy< T > &r) |
| ~smart_ptr_nocopy (void) | |
Definition at line 298 of file smart_ptr.hpp.
| stlplus::smart_ptr_nocopy< T >::smart_ptr_nocopy | ( | void | ) | [inline] |
Definition at line 301 of file smart_ptr.hpp.
| stlplus::smart_ptr_nocopy< T >::smart_ptr_nocopy | ( | const T & | data | ) | [inline, explicit] |
Definition at line 302 of file smart_ptr.hpp.
| stlplus::smart_ptr_nocopy< T >::smart_ptr_nocopy | ( | T * | data | ) | [inline, explicit] |
Definition at line 303 of file smart_ptr.hpp.
| stlplus::smart_ptr_nocopy< T >::~smart_ptr_nocopy | ( | void | ) | [inline] |
Definition at line 306 of file smart_ptr.hpp.
| smart_ptr_nocopy<T>& stlplus::smart_ptr_nocopy< T >::operator= | ( | const smart_ptr_nocopy< T > & | r | ) | [inline] |
Definition at line 305 of file smart_ptr.hpp.
References stlplus::smart_ptr_base< T, C >::alias().
| smart_ptr_nocopy<T>& stlplus::smart_ptr_nocopy< T >::operator= | ( | const T & | data | ) | [inline] |
Definition at line 304 of file smart_ptr.hpp.
References stlplus::smart_ptr_base< T, C >::set_value().
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |