Planeshift
|
#include <scoped_ptr.h>
Public Types | |
typedef T | element_type |
Public Member Functions | |
T * | get () const |
bool | operator!= (T *p) const |
bool | operator== (T *p) const |
T & | operator[] (std::ptrdiff_t i) const |
T * | release () |
void | reset (T *p=0) |
scoped_array (T *p=0) | |
void | swap (scoped_array &b) |
~scoped_array () |
Definition at line 148 of file scoped_ptr.h.
typedef T google_breakpad::scoped_array< T >::element_type |
Definition at line 158 of file scoped_ptr.h.
google_breakpad::scoped_array< T >::scoped_array | ( | T * | p = 0 | ) | [inline, explicit] |
Definition at line 160 of file scoped_ptr.h.
google_breakpad::scoped_array< T >::~scoped_array | ( | ) | [inline] |
Definition at line 162 of file scoped_ptr.h.
T* google_breakpad::scoped_array< T >::get | ( | ) | const [inline] |
Definition at line 190 of file scoped_ptr.h.
bool google_breakpad::scoped_array< T >::operator!= | ( | T * | p | ) | const [inline] |
Definition at line 186 of file scoped_ptr.h.
bool google_breakpad::scoped_array< T >::operator== | ( | T * | p | ) | const [inline] |
Definition at line 182 of file scoped_ptr.h.
T& google_breakpad::scoped_array< T >::operator[] | ( | std::ptrdiff_t | i | ) | const [inline] |
Definition at line 176 of file scoped_ptr.h.
T* google_breakpad::scoped_array< T >::release | ( | ) | [inline] |
Definition at line 200 of file scoped_ptr.h.
void google_breakpad::scoped_array< T >::reset | ( | T * | p = 0 | ) | [inline] |
Definition at line 167 of file scoped_ptr.h.
void google_breakpad::scoped_array< T >::swap | ( | scoped_array< T > & | b | ) | [inline] |
Definition at line 194 of file scoped_ptr.h.