Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

auto_ptr< _Tp > Class Template Reference

#include <auto_ptr.h>

List of all members.

Public Types

typedef _Tp element_type

Public Member Functions

 auto_ptr (_Tp *__p=0) __STL_NOTHROW
 auto_ptr (auto_ptr &__a) __STL_NOTHROW
template<class _Tp1>
 auto_ptr (auto_ptr< _Tp1 > &__a) __STL_NOTHROW
auto_ptroperator= (auto_ptr &__a) __STL_NOTHROW
template<class _Tp1>
auto_ptroperator= (auto_ptr< _Tp1 > &__a) __STL_NOTHROW
 ~auto_ptr () __STL_NOTHROW
_Tp & operator * () const __STL_NOTHROW
_Tp * operator-> () const __STL_NOTHROW
_Tp * get () const __STL_NOTHROW
_Tp * release () __STL_NOTHROW
void reset (_Tp *__p=0) __STL_NOTHROW
 auto_ptr (auto_ptr_ref< _Tp > __ref) __STL_NOTHROW
template<class _Tp1>
 operator auto_ptr_ref () __STL_NOTHROW
template<class _Tp1>
 operator auto_ptr () __STL_NOTHROW

Private Attributes

_Tp * _M_ptr

Classes

struct  auto_ptr_ref

template<class _Tp>
class auto_ptr< _Tp >


Member Typedef Documentation

template<class _Tp>
typedef _Tp auto_ptr< _Tp >::element_type
 


Constructor & Destructor Documentation

template<class _Tp>
auto_ptr< _Tp >::auto_ptr _Tp *  __p = 0  )  [inline, explicit]
 

template<class _Tp>
auto_ptr< _Tp >::auto_ptr auto_ptr< _Tp > &  __a  )  [inline]
 

template<class _Tp>
template<class _Tp1>
auto_ptr< _Tp >::auto_ptr auto_ptr< _Tp1 > &  __a  )  [inline]
 

template<class _Tp>
auto_ptr< _Tp >::~auto_ptr  )  [inline]
 

template<class _Tp>
auto_ptr< _Tp >::auto_ptr auto_ptr_ref< _Tp >  __ref  )  [inline]
 


Member Function Documentation

template<class _Tp>
_Tp* auto_ptr< _Tp >::get  )  const [inline]
 

template<class _Tp>
_Tp& auto_ptr< _Tp >::operator *  )  const [inline]
 

template<class _Tp>
template<class _Tp1>
auto_ptr< _Tp >::operator auto_ptr  )  [inline]
 

template<class _Tp>
template<class _Tp1>
auto_ptr< _Tp >::operator auto_ptr_ref  )  [inline]
 

template<class _Tp>
_Tp* auto_ptr< _Tp >::operator->  )  const [inline]
 

template<class _Tp>
template<class _Tp1>
auto_ptr& auto_ptr< _Tp >::operator= auto_ptr< _Tp1 > &  __a  )  [inline]
 

template<class _Tp>
auto_ptr& auto_ptr< _Tp >::operator= auto_ptr< _Tp > &  __a  )  [inline]
 

template<class _Tp>
_Tp* auto_ptr< _Tp >::release  )  [inline]
 

template<class _Tp>
void auto_ptr< _Tp >::reset _Tp *  __p = 0  )  [inline]
 


Member Data Documentation

template<class _Tp>
_Tp* auto_ptr< _Tp >::_M_ptr [private]
 


The documentation for this class was generated from the following file:
Generated on Mon Sep 26 14:20:14 2005 for Fiasco by  doxygen 1.4.2