Definition at line 268 of file smart_ptr.hpp.
#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) |
stlplus::smart_ptr< T, COUNTER >::smart_ptr | ( | void | ) | [inline] |
Definition at line 271 of file smart_ptr.hpp.
stlplus::smart_ptr< T, COUNTER >::smart_ptr | ( | const T & | data | ) | [inline, explicit] |
Definition at line 272 of file smart_ptr.hpp.
stlplus::smart_ptr< T, COUNTER >::smart_ptr | ( | T * | data | ) | [inline, explicit] |
Definition at line 273 of file smart_ptr.hpp.
stlplus::smart_ptr< T, COUNTER >::~smart_ptr | ( | void | ) | [inline] |
Definition at line 276 of file smart_ptr.hpp.
smart_ptr<T>& stlplus::smart_ptr< T, COUNTER >::operator= | ( | const T & | data | ) | [inline] |
Definition at line 274 of file smart_ptr.hpp.
smart_ptr<T>& stlplus::smart_ptr< T, COUNTER >::operator= | ( | const smart_ptr< T > & | r | ) | [inline] |
Definition at line 275 of file smart_ptr.hpp.
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:40:17 UTC 2011 |