#include <scoped_array.hpp>
Public Types | |
typedef T | element_type |
Public Member Functions | |
T * | get () const |
T & | operator[] (std::ptrdiff_t i) const |
void | reset (T *p=0) |
scoped_array (T *p=0) | |
void | swap (scoped_array &b) |
~scoped_array () | |
Private Types | |
typedef scoped_array< T > | this_type |
Private Member Functions | |
void | operator!= (scoped_array const &) const |
scoped_array & | operator= (scoped_array const &) |
void | operator== (scoped_array const &) const |
scoped_array (scoped_array const &) | |
Private Attributes | |
T * | px |
Definition at line 38 of file scoped_array.hpp.
typedef T boost::scoped_array< T >::element_type |
Definition at line 54 of file scoped_array.hpp.
typedef scoped_array<T> boost::scoped_array< T >::this_type [private] |
Definition at line 47 of file scoped_array.hpp.
boost::scoped_array< T >::scoped_array | ( | scoped_array< T > const & | ) | [private] |
boost::scoped_array< T >::scoped_array | ( | T * | p = 0 | ) | [inline, explicit] |
Definition at line 56 of file scoped_array.hpp.
boost::scoped_array< T >::~scoped_array | ( | ) | [inline] |
Definition at line 63 of file scoped_array.hpp.
T* boost::scoped_array< T >::get | ( | ) | const [inline] |
Definition at line 84 of file scoped_array.hpp.
void boost::scoped_array< T >::operator!= | ( | scoped_array< T > const & | ) | const [private] |
scoped_array& boost::scoped_array< T >::operator= | ( | scoped_array< T > const & | ) | [private] |
void boost::scoped_array< T >::operator== | ( | scoped_array< T > const & | ) | const [private] |
T& boost::scoped_array< T >::operator[] | ( | std::ptrdiff_t | i | ) | const [inline] |
Definition at line 77 of file scoped_array.hpp.
void boost::scoped_array< T >::reset | ( | T * | p = 0 | ) | [inline] |
Definition at line 71 of file scoped_array.hpp.
void boost::scoped_array< T >::swap | ( | scoped_array< T > & | b | ) | [inline] |
Definition at line 92 of file scoped_array.hpp.
T* boost::scoped_array< T >::px [private] |
Definition at line 42 of file scoped_array.hpp.