proxygen
|
#include <gtest-linked_ptr.h>
Public Types | |
typedef T | element_type |
typedef T | element_type |
typedef T | element_type |
Public Member Functions | |
linked_ptr (T *ptr=NULL) | |
~linked_ptr () | |
template<typename U > | |
linked_ptr (linked_ptr< U > const &ptr) | |
linked_ptr (linked_ptr const &ptr) | |
template<typename U > | |
linked_ptr & | operator= (linked_ptr< U > const &ptr) |
linked_ptr & | operator= (linked_ptr const &ptr) |
void | reset (T *ptr=NULL) |
T * | get () const |
T * | operator-> () const |
T & | operator* () 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 |
linked_ptr (T *ptr=NULL) | |
~linked_ptr () | |
template<typename U > | |
linked_ptr (linked_ptr< U > const &ptr) | |
linked_ptr (linked_ptr const &ptr) | |
template<typename U > | |
linked_ptr & | operator= (linked_ptr< U > const &ptr) |
linked_ptr & | operator= (linked_ptr const &ptr) |
void | reset (T *ptr=NULL) |
T * | get () const |
T * | operator-> () const |
T & | operator* () 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 |
linked_ptr (T *ptr=NULL) | |
~linked_ptr () | |
template<typename U > | |
linked_ptr (linked_ptr< U > const &ptr) | |
linked_ptr (linked_ptr const &ptr) | |
template<typename U > | |
linked_ptr & | operator= (linked_ptr< U > const &ptr) |
linked_ptr & | operator= (linked_ptr const &ptr) |
void | reset (T *ptr=NULL) |
T * | get () const |
T * | operator-> () const |
T & | operator* () 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 |
Private Member Functions | |
void | depart () |
void | capture (T *ptr) |
template<typename U > | |
void | copy (linked_ptr< U > const *ptr) |
void | depart () |
void | capture (T *ptr) |
template<typename U > | |
void | copy (linked_ptr< U > const *ptr) |
void | depart () |
void | capture (T *ptr) |
template<typename U > | |
void | copy (linked_ptr< U > const *ptr) |
Private Attributes | |
T * | value_ |
linked_ptr_internal | link_ |
Friends | |
template<typename U > | |
class | linked_ptr |
template<typename U> | |
class | linked_ptr |
template<typename U> | |
class | linked_ptr |
Definition at line 146 of file gtest-linked_ptr.h.
typedef T testing::internal::linked_ptr< T >::element_type |
Definition at line 148 of file gtest-linked_ptr.h.
typedef T testing::internal::linked_ptr< T >::element_type |
Definition at line 148 of file gtest-linked_ptr.h.
typedef T testing::internal::linked_ptr< T >::element_type |
Definition at line 148 of file gtest-linked_ptr.h.
|
inlineexplicit |
Definition at line 152 of file gtest-linked_ptr.h.
|
inline |
Definition at line 153 of file gtest-linked_ptr.h.
|
inline |
Definition at line 156 of file gtest-linked_ptr.h.
|
inline |
Definition at line 157 of file gtest-linked_ptr.h.
|
inlineexplicit |
Definition at line 152 of file gtest-linked_ptr.h.
|
inline |
Definition at line 153 of file gtest-linked_ptr.h.
|
inline |
Definition at line 156 of file gtest-linked_ptr.h.
|
inline |
Definition at line 157 of file gtest-linked_ptr.h.
|
inlineexplicit |
Definition at line 152 of file gtest-linked_ptr.h.
|
inline |
Definition at line 153 of file gtest-linked_ptr.h.
|
inline |
Definition at line 156 of file gtest-linked_ptr.h.
|
inline |
Definition at line 157 of file gtest-linked_ptr.h.
|
inlineprivate |
Definition at line 208 of file gtest-linked_ptr.h.
|
inlineprivate |
Definition at line 208 of file gtest-linked_ptr.h.
|
inlineprivate |
Definition at line 208 of file gtest-linked_ptr.h.
|
inlineprivate |
Definition at line 213 of file gtest-linked_ptr.h.
|
inlineprivate |
Definition at line 213 of file gtest-linked_ptr.h.
|
inlineprivate |
Definition at line 213 of file gtest-linked_ptr.h.
|
inlineprivate |
Definition at line 204 of file gtest-linked_ptr.h.
|
inlineprivate |
Definition at line 204 of file gtest-linked_ptr.h.
|
inlineprivate |
Definition at line 204 of file gtest-linked_ptr.h.
|
inline |
Definition at line 182 of file gtest-linked_ptr.h.
|
inline |
Definition at line 182 of file gtest-linked_ptr.h.
Referenced by testing::internal::linked_ptr< const testing::MatcherInterface< const internal::string & > >::copy(), testing::internal::linked_ptr< const testing::MatcherInterface< const internal::string & > >::operator!=(), testing::internal::operator!=(), testing::Expectation::Less::operator()(), testing::internal::linked_ptr< const testing::MatcherInterface< const internal::string & > >::operator==(), and testing::internal::operator==().
|
inline |
Definition at line 182 of file gtest-linked_ptr.h.
|
inline |
Definition at line 187 of file gtest-linked_ptr.h.
|
inline |
Definition at line 187 of file gtest-linked_ptr.h.
|
inline |
Definition at line 187 of file gtest-linked_ptr.h.
|
inline |
Definition at line 193 of file gtest-linked_ptr.h.
|
inline |
Definition at line 193 of file gtest-linked_ptr.h.
|
inline |
Definition at line 193 of file gtest-linked_ptr.h.
|
inline |
Definition at line 184 of file gtest-linked_ptr.h.
|
inline |
Definition at line 184 of file gtest-linked_ptr.h.
|
inline |
Definition at line 184 of file gtest-linked_ptr.h.
|
inline |
Definition at line 183 of file gtest-linked_ptr.h.
|
inline |
Definition at line 183 of file gtest-linked_ptr.h.
|
inline |
Definition at line 183 of file gtest-linked_ptr.h.
|
inline |
Definition at line 163 of file gtest-linked_ptr.h.
|
inline |
Definition at line 163 of file gtest-linked_ptr.h.
|
inline |
Definition at line 163 of file gtest-linked_ptr.h.
|
inline |
Definition at line 169 of file gtest-linked_ptr.h.
|
inline |
Definition at line 169 of file gtest-linked_ptr.h.
|
inline |
Definition at line 169 of file gtest-linked_ptr.h.
|
inline |
Definition at line 186 of file gtest-linked_ptr.h.
|
inline |
Definition at line 186 of file gtest-linked_ptr.h.
|
inline |
Definition at line 186 of file gtest-linked_ptr.h.
|
inline |
Definition at line 189 of file gtest-linked_ptr.h.
|
inline |
Definition at line 189 of file gtest-linked_ptr.h.
|
inline |
Definition at line 189 of file gtest-linked_ptr.h.
|
inline |
Definition at line 178 of file gtest-linked_ptr.h.
|
inline |
Definition at line 178 of file gtest-linked_ptr.h.
|
inline |
Definition at line 178 of file gtest-linked_ptr.h.
Definition at line 199 of file gtest-linked_ptr.h.
Definition at line 199 of file gtest-linked_ptr.h.
Definition at line 199 of file gtest-linked_ptr.h.
|
private |
Definition at line 202 of file gtest-linked_ptr.h.
Referenced by testing::internal::linked_ptr< const testing::MatcherInterface< const internal::string & > >::copy().
|
private |
Definition at line 201 of file gtest-linked_ptr.h.