#include <gtest.h>
Public Types | |
| typedef T | element_type |
| typedef T | element_type |
| typedef T | element_type |
| typedef T | element_type |
Public Member Functions | |
| T * | get () const |
| T * | get () const |
| T * | get () const |
| T * | get () const |
| linked_ptr (T *ptr=NULL) | |
| linked_ptr (T *ptr=NULL) | |
| template<typename U > | |
| linked_ptr (linked_ptr< U > const &ptr) | |
| template<typename U > | |
| linked_ptr (linked_ptr< U > const &ptr) | |
| linked_ptr (linked_ptr const &ptr) | |
| linked_ptr (linked_ptr const &ptr) | |
| linked_ptr (T *ptr=NULL) | |
| linked_ptr (T *ptr=NULL) | |
| template<typename U > | |
| linked_ptr (linked_ptr< U > const &ptr) | |
| template<typename U > | |
| linked_ptr (linked_ptr< U > const &ptr) | |
| linked_ptr (linked_ptr const &ptr) | |
| linked_ptr (linked_ptr const &ptr) | |
| bool | operator!= (T *p) const |
| bool | operator!= (T *p) const |
| template<typename U > | |
| bool | operator!= (linked_ptr< U > const &ptr) const |
| template<typename U > | |
| bool | operator!= (linked_ptr< U > const &ptr) const |
| bool | operator!= (T *p) const |
| bool | operator!= (T *p) const |
| template<typename U > | |
| bool | operator!= (linked_ptr< U > const &ptr) const |
| template<typename U > | |
| bool | operator!= (linked_ptr< U > const &ptr) const |
| T & | operator* () const |
| T & | operator* () const |
| T & | operator* () const |
| T & | operator* () const |
| T * | operator-> () const |
| T * | operator-> () const |
| T * | operator-> () const |
| T * | operator-> () const |
| template<typename U > | |
| linked_ptr & | operator= (linked_ptr< U > const &ptr) |
| template<typename U > | |
| linked_ptr & | operator= (linked_ptr< U > const &ptr) |
| linked_ptr & | operator= (linked_ptr const &ptr) |
| linked_ptr & | operator= (linked_ptr const &ptr) |
| template<typename U > | |
| linked_ptr & | operator= (linked_ptr< U > const &ptr) |
| template<typename U > | |
| linked_ptr & | operator= (linked_ptr< U > const &ptr) |
| linked_ptr & | operator= (linked_ptr const &ptr) |
| linked_ptr & | operator= (linked_ptr const &ptr) |
| bool | operator== (T *p) const |
| bool | operator== (T *p) const |
| template<typename U > | |
| bool | operator== (linked_ptr< U > const &ptr) const |
| template<typename U > | |
| bool | operator== (linked_ptr< U > const &ptr) const |
| bool | operator== (T *p) const |
| bool | operator== (T *p) const |
| template<typename U > | |
| bool | operator== (linked_ptr< U > const &ptr) const |
| template<typename U > | |
| bool | operator== (linked_ptr< U > const &ptr) const |
| void | reset (T *ptr=NULL) |
| void | reset (T *ptr=NULL) |
| void | reset (T *ptr=NULL) |
| void | reset (T *ptr=NULL) |
| ~linked_ptr () | |
| ~linked_ptr () | |
| ~linked_ptr () | |
| ~linked_ptr () | |
Private Member Functions | |
| void | capture (T *ptr) |
| void | capture (T *ptr) |
| void | capture (T *ptr) |
| void | capture (T *ptr) |
| template<typename U > | |
| void | copy (linked_ptr< U > const *ptr) |
| template<typename U > | |
| void | copy (linked_ptr< U > const *ptr) |
| template<typename U > | |
| void | copy (linked_ptr< U > const *ptr) |
| template<typename U > | |
| void | copy (linked_ptr< U > const *ptr) |
| void | depart () |
| void | depart () |
| void | depart () |
| void | depart () |
Private Attributes | |
| linked_ptr_internal | link_ |
| T * | value_ |
Friends | |
| template<typename U> | |
| class | linked_ptr |
| template<typename U> | |
| class | linked_ptr |
| template<typename U > | |
| class | linked_ptr |
| template<typename U> | |
| class | linked_ptr |
Definition at line 9612 of file gmock/fused-src/gtest/gtest.h.
| typedef T testing::internal::linked_ptr< T >::element_type |
Definition at line 150 of file gmock/gtest/include/gtest/internal/gtest-linked_ptr.h.
| typedef T testing::internal::linked_ptr< T >::element_type |
Definition at line 150 of file gtest/include/gtest/internal/gtest-linked_ptr.h.
| typedef T testing::internal::linked_ptr< T >::element_type |
Definition at line 9615 of file gmock/fused-src/gtest/gtest.h.
| typedef T testing::internal::linked_ptr< T >::element_type |
Definition at line 9615 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inlineexplicit |
Definition at line 9619 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 9620 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 9623 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 9624 of file gmock/fused-src/gtest/gtest.h.
|
inlineexplicit |
Definition at line 9619 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 9620 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 9623 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 9624 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inlineexplicit |
Definition at line 154 of file gmock/gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 155 of file gmock/gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 158 of file gmock/gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 159 of file gmock/gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inlineexplicit |
Definition at line 154 of file gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 155 of file gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 158 of file gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 159 of file gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inlineprivate |
Definition at line 219 of file gmock/gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inlineprivate |
Definition at line 219 of file gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inlineprivate |
Definition at line 9684 of file gmock/fused-src/gtest/gtest.h.
|
inlineprivate |
Definition at line 9684 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inlineprivate |
Definition at line 225 of file gmock/gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inlineprivate |
Definition at line 225 of file gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inlineprivate |
Definition at line 9690 of file gmock/fused-src/gtest/gtest.h.
|
inlineprivate |
Definition at line 9690 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inlineprivate |
Definition at line 214 of file gmock/gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inlineprivate |
Definition at line 214 of file gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inlineprivate |
Definition at line 9679 of file gmock/fused-src/gtest/gtest.h.
|
inlineprivate |
Definition at line 9679 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 190 of file gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 190 of file gmock/gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 9655 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 9655 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 195 of file gmock/gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 195 of file gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 202 of file gmock/gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 202 of file gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 9660 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 9660 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 9667 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 9667 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 192 of file gmock/gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 192 of file gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 9657 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 9657 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 191 of file gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 191 of file gmock/gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 9656 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 9656 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 166 of file gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 166 of file gmock/gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 173 of file gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 173 of file gmock/gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 9631 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 9631 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 9638 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 9638 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 194 of file gmock/gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 194 of file gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 197 of file gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 197 of file gmock/gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 9659 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 9659 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 9662 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 9662 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 185 of file gmock/gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 185 of file gtest/include/gtest/internal/gtest-linked_ptr.h.
|
inline |
Definition at line 9650 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 9650 of file gmock/fused-src/gtest/gtest.h.
Definition at line 209 of file gmock/gtest/include/gtest/internal/gtest-linked_ptr.h.
Definition at line 209 of file gtest/include/gtest/internal/gtest-linked_ptr.h.
Definition at line 9674 of file gmock/fused-src/gtest/gtest.h.
Definition at line 9674 of file gmock/gtest/fused-src/gtest/gtest.h.
|
private |
Definition at line 9677 of file gmock/fused-src/gtest/gtest.h.
|
private |
Definition at line 9676 of file gmock/fused-src/gtest/gtest.h.