#include <utility.h>


Public Member Functions | |
| scoped_array (T *p=0) | |
| ~scoped_array () | |
| void | reset (T *p=0) |
| T & | operator[] (std::ptrdiff_t i) const |
| T * | get () const |
| void | swap (scoped_array &sp) |
| scoped_array< T >::scoped_array | ( | T * | p = 0 |
) | [inline, explicit] |
| scoped_array< T >::~scoped_array | ( | ) | [inline] |
| T* scoped_array< T >::get | ( | ) | const [inline] |
Referenced by find_nearest_line().
| T& scoped_array< T >::operator[] | ( | std::ptrdiff_t | i | ) | const [inline] |
| void scoped_array< T >::reset | ( | T * | p = 0 |
) | [inline] |
| void scoped_array< T >::swap | ( | scoped_array< T > & | sp | ) | [inline] |
1.6.1