|
Planeshift
|
#include <scoped_ptr.h>
Public Types | |
| typedef T | element_type |
Public Member Functions | |
| T * | get () const |
| bool | operator!= (T *p) const |
| T & | operator* () const |
| T * | operator-> () const |
| bool | operator== (T *p) const |
| T * | release () |
| void | reset (T *p=0) |
| scoped_ptr_malloc (T *p=0) | |
| void | swap (scoped_ptr_malloc &b) |
| ~scoped_ptr_malloc () | |
Definition at line 242 of file scoped_ptr.h.
| typedef T google_breakpad::scoped_ptr_malloc< T, FreeProc >::element_type |
Definition at line 252 of file scoped_ptr.h.
|
inlineexplicit |
Definition at line 254 of file scoped_ptr.h.
|
inline |
Definition at line 256 of file scoped_ptr.h.
|
inline |
Definition at line 288 of file scoped_ptr.h.
|
inline |
Definition at line 284 of file scoped_ptr.h.
|
inline |
Definition at line 270 of file scoped_ptr.h.
|
inline |
Definition at line 275 of file scoped_ptr.h.
|
inline |
Definition at line 280 of file scoped_ptr.h.
|
inline |
Definition at line 298 of file scoped_ptr.h.
|
inline |
Definition at line 261 of file scoped_ptr.h.
|
inline |
Definition at line 292 of file scoped_ptr.h.