#include <gtest.h>
Public Types | |
typedef T | element_type |
Public Member Functions | |
T * | get () const |
T & | operator* () const |
T * | operator-> () const |
T * | release () |
void | reset (T *p=NULL) |
scoped_ptr (T *p=NULL) | |
~scoped_ptr () | |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (scoped_ptr) | |
Private Attributes | |
T * | ptr_ |
Friends | |
void | swap (scoped_ptr &a, scoped_ptr &b) |
Definition at line 2390 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
typedef T testing::internal::scoped_ptr< T >::element_type |
Definition at line 2392 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inlineexplicit |
Definition at line 2394 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inline |
Definition at line 2395 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inline |
Definition at line 2399 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
private |
|
inline |
Definition at line 2397 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inline |
Definition at line 2398 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inline |
Definition at line 2401 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inline |
Definition at line 2407 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
friend |
Definition at line 2416 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
private |
Definition at line 2422 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.