#include <mrpt/otherlibs/stlplus/smart_ptr.hpp>
Public Member Functions | |
smart_ptr_clone (void) | |
smart_ptr_clone (const T &data) | |
smart_ptr_clone (T *data) | |
smart_ptr_clone< T > & | operator= (const T &data) |
smart_ptr_clone< T > & | operator= (const smart_ptr_clone< T > &r) |
~smart_ptr_clone (void) |
Definition at line 283 of file smart_ptr.hpp.
stlplus::smart_ptr_clone< T >::smart_ptr_clone | ( | void | ) | [inline] |
Definition at line 286 of file smart_ptr.hpp.
stlplus::smart_ptr_clone< T >::smart_ptr_clone | ( | const T & | data | ) | [inline, explicit] |
Definition at line 287 of file smart_ptr.hpp.
stlplus::smart_ptr_clone< T >::smart_ptr_clone | ( | T * | data | ) | [inline, explicit] |
Definition at line 288 of file smart_ptr.hpp.
stlplus::smart_ptr_clone< T >::~smart_ptr_clone | ( | void | ) | [inline] |
Definition at line 291 of file smart_ptr.hpp.
smart_ptr_clone<T>& stlplus::smart_ptr_clone< T >::operator= | ( | const smart_ptr_clone< T > & | r | ) | [inline] |
Definition at line 290 of file smart_ptr.hpp.
smart_ptr_clone<T>& stlplus::smart_ptr_clone< T >::operator= | ( | const T & | data | ) | [inline] |
Definition at line 289 of file smart_ptr.hpp.
Page generated by Doxygen 1.5.7.1 for MRPT 0.7.1 SVN: at Mon Aug 17 23:02:22 EDT 2009 |