MRPT logo

stlplus::smart_ptr< T > Class Template Reference

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

Inheritance diagram for stlplus::smart_ptr< T >:

stlplus::smart_ptr_base< T, C > mrpt::utils::CReferencedMemBlock

List of all members.

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)


Detailed Description

template<typename T>
class stlplus::smart_ptr< T >

Definition at line 255 of file smart_ptr.hpp.


Constructor & Destructor Documentation

template<typename T >
stlplus::smart_ptr< T >::smart_ptr ( void   )  [inline]

Definition at line 258 of file smart_ptr.hpp.

template<typename T >
stlplus::smart_ptr< T >::smart_ptr ( const T &  data  )  [inline, explicit]

Definition at line 259 of file smart_ptr.hpp.

template<typename T >
stlplus::smart_ptr< T >::smart_ptr ( T *  data  )  [inline, explicit]

Definition at line 260 of file smart_ptr.hpp.

template<typename T >
stlplus::smart_ptr< T >::~smart_ptr ( void   )  [inline]

Definition at line 263 of file smart_ptr.hpp.


Member Function Documentation

template<typename T >
smart_ptr<T>& stlplus::smart_ptr< T >::operator= ( const smart_ptr< T > &  r  )  [inline]

Definition at line 262 of file smart_ptr.hpp.

template<typename T >
smart_ptr<T>& stlplus::smart_ptr< T >::operator= ( const T &  data  )  [inline]

Definition at line 261 of file smart_ptr.hpp.




Page generated by Doxygen 1.5.7.1 for MRPT 0.6.5 SVN: at Mon Feb 23 13:25:04 EST 2009