Public Types | |
typedef T | element_type |
Public Member Functions | |
scoped_ptr (T *p=NULL) | |
T & | operator* () const |
T * | operator-> () const |
T * | get () const |
T * | release () |
void | reset (T *p=NULL) |
Friends | |
void | swap (scoped_ptr &a, scoped_ptr &b) |
Definition at line 1115 of file gtest-port.h.