#include "gtest-port.h"
Public Types | |
typedef T | element_type |
Public Member Functions | |
scoped_ptr (T *p=NULL) | |
~scoped_ptr () | |
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) |
typedef T testing::internal::scoped_ptr< T >::element_type |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |