#include <gtest.h>
Public Types | |
typedef T | element_type |
Public Member Functions | |
T * | get () const |
linked_ptr (linked_ptr const &ptr) | |
template<typename U > | |
linked_ptr (linked_ptr< U > const &ptr) | |
linked_ptr (T *ptr=NULL) | |
template<typename U > | |
bool | operator!= (linked_ptr< U > const &ptr) const |
bool | operator!= (T *p) const |
T & | operator* () const |
T * | operator-> () const |
linked_ptr & | operator= (linked_ptr const &ptr) |
template<typename U > | |
linked_ptr & | operator= (linked_ptr< U > const &ptr) |
template<typename U > | |
bool | operator== (linked_ptr< U > const &ptr) const |
bool | operator== (T *p) const |
void | reset (T *ptr=NULL) |
~linked_ptr () | |
Private Member Functions | |
void | capture (T *ptr) |
template<typename U > | |
void | copy (linked_ptr< U > const *ptr) |
void | depart () |
Private Attributes | |
linked_ptr_internal | link_ |
T * | value_ |
Friends | |
template<typename U > | |
class | linked_ptr |
Definition at line 9964 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
typedef T testing::internal::linked_ptr< T >::element_type |
Definition at line 9966 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inlineexplicit |
Definition at line 9970 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inline |
Definition at line 9971 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inline |
Definition at line 9974 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inline |
Definition at line 9975 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inlineprivate |
Definition at line 10026 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inlineprivate |
Definition at line 10031 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inlineprivate |
Definition at line 10022 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inline |
Definition at line 10000 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inline |
Definition at line 10011 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inline |
Definition at line 10005 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inline |
Definition at line 10002 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inline |
Definition at line 10001 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inline |
Definition at line 9987 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inline |
Definition at line 9981 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inline |
Definition at line 10007 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inline |
Definition at line 10004 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inline |
Definition at line 9996 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
Definition at line 10017 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
private |
Definition at line 10020 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
private |
Definition at line 10019 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.