#include <auto_array_ptr.h>
Public Types | |
typedef _Tp | element_type |
Public Member Functions | |
auto_array_ptr (_Tp *__p=0) throw () | |
auto_array_ptr (auto_array_ptr &__a) throw () | |
auto_array_ptr & | operator= (auto_array_ptr &__a) throw () |
_Tp & | operator * () const throw () |
_Tp & | operator[] (size_t index) throw () |
const _Tp & | operator[] (size_t index) const throw () |
_Tp * | get () const throw () |
_Tp * | release () throw () |
void | reset (_Tp *__p=0) throw () |