#include <util.hxx>
Public Types | |
typedef size_t | size_type |
typedef long | difference_type |
Public Member Functions | |
scoped_array () | |
scoped_array (size_type n) | |
scoped_array (T *t) | |
~scoped_array () | |
T * | c_ptr () const throw () |
T & | operator * () const throw () |
T & | operator[] (difference_type i) const throw () |
scoped_array & | operator= (T *t) throw () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|