|
Wire Sysio Wire Sysion 1.0.0
|
#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) |
Definition at line 1181 of file gtest-port.h.
| T testing::internal::scoped_ptr< T >::element_type |
Definition at line 1183 of file gtest-port.h.
|
inlineexplicit |
Definition at line 1185 of file gtest-port.h.
|
inline |
Definition at line 1186 of file gtest-port.h.

|
inline |
Definition at line 1190 of file gtest-port.h.

|
inline |
Definition at line 1188 of file gtest-port.h.
|
inline |
Definition at line 1189 of file gtest-port.h.
|
inline |
Definition at line 1192 of file gtest-port.h.
|
inline |
Definition at line 1198 of file gtest-port.h.


|
friend |
Definition at line 1207 of file gtest-port.h.