Planeshift
Public Types | Public Member Functions

google_breakpad::scoped_array< T > Class Template Reference

#include <scoped_ptr.h>

List of all members.

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 ()

Detailed Description

template<typename T>
class google_breakpad::scoped_array< T >

Definition at line 148 of file scoped_ptr.h.


Member Typedef Documentation

template<typename T>
typedef T google_breakpad::scoped_array< T >::element_type

Definition at line 158 of file scoped_ptr.h.


Constructor & Destructor Documentation

template<typename T>
google_breakpad::scoped_array< T >::scoped_array ( T *  p = 0) [inline, explicit]

Definition at line 160 of file scoped_ptr.h.

template<typename T>
google_breakpad::scoped_array< T >::~scoped_array ( ) [inline]

Definition at line 162 of file scoped_ptr.h.


Member Function Documentation

template<typename T>
T* google_breakpad::scoped_array< T >::get ( ) const [inline]

Definition at line 190 of file scoped_ptr.h.

template<typename T>
bool google_breakpad::scoped_array< T >::operator!= ( T *  p) const [inline]

Definition at line 186 of file scoped_ptr.h.

template<typename T>
bool google_breakpad::scoped_array< T >::operator== ( T *  p) const [inline]

Definition at line 182 of file scoped_ptr.h.

template<typename T>
T& google_breakpad::scoped_array< T >::operator[] ( std::ptrdiff_t  i) const [inline]

Definition at line 176 of file scoped_ptr.h.

template<typename T>
T* google_breakpad::scoped_array< T >::release ( ) [inline]

Definition at line 200 of file scoped_ptr.h.

template<typename T>
void google_breakpad::scoped_array< T >::reset ( T *  p = 0) [inline]

Definition at line 167 of file scoped_ptr.h.

template<typename T>
void google_breakpad::scoped_array< T >::swap ( scoped_array< T > &  b) [inline]

Definition at line 194 of file scoped_ptr.h.


The documentation for this class was generated from the following file: