#include <SimpleAutoPtr.h>
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 () |
|
|||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001