#include <scoped.hh>


Public Member Functions | |
| scoped_array (T *p=NULL) | |
| T & | operator[] (std::size_t idx) |
| const T & | operator[] (std::size_t idx) const |
Definition at line 90 of file scoped.hh.
| util::scoped_array< T >::scoped_array | ( | T * | p = NULL |
) | [inline, explicit] |
| const T& util::scoped_array< T >::operator[] | ( | std::size_t | idx | ) | const [inline] |
| T& util::scoped_array< T >::operator[] | ( | std::size_t | idx | ) | [inline] |
1.5.9