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


Public Member Functions | |
| smart_ptr (void) | |
| smart_ptr (const T &data) | |
| smart_ptr (T *data) | |
| smart_ptr< T > & | operator= (const T &data) |
| smart_ptr< T > & | operator= (const smart_ptr< T > &r) |
| ~smart_ptr (void) | |
Definition at line 262 of file smart_ptr.hpp.
| stlplus::smart_ptr< T >::smart_ptr | ( | void | ) | [inline] |
Definition at line 265 of file smart_ptr.hpp.
| stlplus::smart_ptr< T >::smart_ptr | ( | const T & | data | ) | [inline, explicit] |
Definition at line 266 of file smart_ptr.hpp.
| stlplus::smart_ptr< T >::smart_ptr | ( | T * | data | ) | [inline, explicit] |
Definition at line 267 of file smart_ptr.hpp.
| stlplus::smart_ptr< T >::~smart_ptr | ( | void | ) | [inline] |
Definition at line 270 of file smart_ptr.hpp.
| smart_ptr<T>& stlplus::smart_ptr< T >::operator= | ( | const smart_ptr< T > & | r | ) | [inline] |
Definition at line 269 of file smart_ptr.hpp.
| smart_ptr<T>& stlplus::smart_ptr< T >::operator= | ( | const T & | data | ) | [inline] |
Definition at line 268 of file smart_ptr.hpp.
| Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010 |