#include <auto_array.h>
Public Types | |
| typedef T | element_type |
| typedef T *this_type::* | unspecified_bool_type |
Public Member Functions | |
| auto_array (T *p=0) | |
| auto_array (auto_array const &other) | |
| auto_array & | operator= (auto_array const &other) |
| void | reset (T *p=0) |
| T * | release () |
| T & | operator[] (std::ptrdiff_t i) const |
| T * | get () const |
| operator unspecified_bool_type () const | |
| bool | operator! () const |
| void | swap (auto_array &other) |
1.5.6