Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

cppunit::SimpleAutoPtr Class Template Reference

簡易オートポインタ。. More...

#include <SimpleAutoPtr.h>

List of all members.

Public Types

typedef T element_type

Public Methods

 SimpleAutoPtr (T *p=0) throw ()
 ~SimpleAutoPtr () throw ()
T & operator * () const throw ()
T * operator-> () const throw ()
T * get () const throw ()
T * release () throw ()
void reset (T *p=0) throw ()


Detailed Description

template<class T>
class cppunit::SimpleAutoPtr< T >

簡易オートポインタ。.


Member Typedef Documentation

template<class T>
typedef T cppunit::SimpleAutoPtr::element_type
 


Constructor & Destructor Documentation

template<class T>
cppunit::SimpleAutoPtr< T >::SimpleAutoPtr T *    p = 0 throw () [inline, explicit]
 

template<class T>
cppunit::SimpleAutoPtr< T >::~SimpleAutoPtr   throw () [inline]
 


Member Function Documentation

template<class T>
T& cppunit::SimpleAutoPtr< T >::operator *   const throw () [inline]
 

template<class T>
T* cppunit::SimpleAutoPtr< T >::operator->   const throw () [inline]
 

template<class T>
T* cppunit::SimpleAutoPtr< T >::get   const throw () [inline]
 

template<class T>
T* cppunit::SimpleAutoPtr< T >::release   throw () [inline]
 

template<class T>
void cppunit::SimpleAutoPtr< T >::reset T *    p = 0 throw () [inline]
 


The documentation for this class was generated from the following file:
Generated on Sun Mar 31 23:42:07 2002 for CppUnit-x by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001