|
proxygen
|
#include <gtest-port.h>
Public Types | |
| typedef T | element_type |
| typedef T | element_type |
| 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) |
| scoped_ptr (T *p=NULL) | |
| ~scoped_ptr () | |
| T & | operator* () const |
| T * | operator-> () const |
| T * | get () const |
| T * | release () |
| void | reset (T *p=NULL) |
| scoped_ptr (T *p=NULL) | |
| ~scoped_ptr () | |
| T & | operator* () const |
| T * | operator-> () const |
| T * | get () const |
| T * | release () |
| void | reset (T *p=NULL) |
Private Member Functions | |
| scoped_ptr (scoped_ptr const &) | |
| void | operator= (scoped_ptr const &) |
| scoped_ptr (scoped_ptr const &) | |
| void | operator= (scoped_ptr const &) |
| scoped_ptr (scoped_ptr const &) | |
| void | operator= (scoped_ptr const &) |
Private Attributes | |
| T * | ptr_ |
Friends | |
| void | swap (scoped_ptr &a, scoped_ptr &b) |
| void | swap (scoped_ptr &a, scoped_ptr &b) |
| void | swap (scoped_ptr &a, scoped_ptr &b) |
Definition at line 1115 of file gtest-port.h.
| typedef T testing::internal::scoped_ptr< T >::element_type |
Definition at line 1117 of file gtest-port.h.
| typedef T testing::internal::scoped_ptr< T >::element_type |
Definition at line 1117 of file gtest-port.h.
| typedef T testing::internal::scoped_ptr< T >::element_type |
Definition at line 1117 of file gtest-port.h.
|
inlineexplicit |
Definition at line 1119 of file gtest-port.h.
|
inline |
Definition at line 1120 of file gtest-port.h.
|
private |
|
inlineexplicit |
Definition at line 1119 of file gtest-port.h.
|
inline |
Definition at line 1120 of file gtest-port.h.
|
private |
|
inlineexplicit |
Definition at line 1119 of file gtest-port.h.
|
inline |
Definition at line 1120 of file gtest-port.h.
|
private |
|
inline |
Definition at line 1124 of file gtest-port.h.
Referenced by testing::Message::GetString(), testing::AssertionResult::operator!(), and testing::internal::ShouldRunTestCase().
|
inline |
Definition at line 1124 of file gtest-port.h.
|
inline |
Definition at line 1124 of file gtest-port.h.
|
inline |
Definition at line 1122 of file gtest-port.h.
|
inline |
Definition at line 1122 of file gtest-port.h.
|
inline |
Definition at line 1122 of file gtest-port.h.
|
inline |
Definition at line 1123 of file gtest-port.h.
|
inline |
Definition at line 1123 of file gtest-port.h.
|
inline |
Definition at line 1123 of file gtest-port.h.
|
private |
|
private |
|
private |
|
inline |
Definition at line 1126 of file gtest-port.h.
|
inline |
Definition at line 1126 of file gtest-port.h.
|
inline |
Definition at line 1126 of file gtest-port.h.
|
inline |
Definition at line 1132 of file gtest-port.h.
|
inline |
Definition at line 1132 of file gtest-port.h.
Referenced by testing::internal::NoDefaultContructor::NoDefaultContructor(), and testing::internal::TEST().
|
inline |
Definition at line 1132 of file gtest-port.h.
|
friend |
Definition at line 1141 of file gtest-port.h.
|
friend |
Definition at line 1141 of file gtest-port.h.
|
friend |
Definition at line 1141 of file gtest-port.h.
|
private |
Definition at line 1147 of file gtest-port.h.