#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 () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|