Public Types | Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
testing::internal::linked_ptr< T > Class Template Reference

#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_ptroperator= (linked_ptr< U > const &ptr)
 
template<typename U >
linked_ptroperator= (linked_ptr< U > const &ptr)
 
linked_ptroperator= (linked_ptr const &ptr)
 
linked_ptroperator= (linked_ptr const &ptr)
 
template<typename U >
linked_ptroperator= (linked_ptr< U > const &ptr)
 
template<typename U >
linked_ptroperator= (linked_ptr< U > const &ptr)
 
linked_ptroperator= (linked_ptr const &ptr)
 
linked_ptroperator= (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
 

Detailed Description

template<typename T>
class testing::internal::linked_ptr< T >

Definition at line 9612 of file gmock/fused-src/gtest/gtest.h.

Member Typedef Documentation

template<typename T>
typedef T testing::internal::linked_ptr< T >::element_type
template<typename T>
typedef T testing::internal::linked_ptr< T >::element_type
template<typename T>
typedef T testing::internal::linked_ptr< T >::element_type

Definition at line 9615 of file gmock/fused-src/gtest/gtest.h.

template<typename T>
typedef T testing::internal::linked_ptr< T >::element_type

Definition at line 9615 of file gmock/gtest/fused-src/gtest/gtest.h.

Constructor & Destructor Documentation

template<typename T>
testing::internal::linked_ptr< T >::linked_ptr ( T *  ptr = NULL)
inlineexplicit

Definition at line 9619 of file gmock/fused-src/gtest/gtest.h.

template<typename T>
testing::internal::linked_ptr< T >::~linked_ptr ( )
inline

Definition at line 9620 of file gmock/fused-src/gtest/gtest.h.

template<typename T>
template<typename U >
testing::internal::linked_ptr< T >::linked_ptr ( linked_ptr< U > const &  ptr)
inline

Definition at line 9623 of file gmock/fused-src/gtest/gtest.h.

template<typename T>
testing::internal::linked_ptr< T >::linked_ptr ( linked_ptr< T > const &  ptr)
inline

Definition at line 9624 of file gmock/fused-src/gtest/gtest.h.

template<typename T>
testing::internal::linked_ptr< T >::linked_ptr ( T *  ptr = NULL)
inlineexplicit

Definition at line 9619 of file gmock/gtest/fused-src/gtest/gtest.h.

template<typename T>
testing::internal::linked_ptr< T >::~linked_ptr ( )
inline

Definition at line 9620 of file gmock/gtest/fused-src/gtest/gtest.h.

template<typename T>
template<typename U >
testing::internal::linked_ptr< T >::linked_ptr ( linked_ptr< U > const &  ptr)
inline

Definition at line 9623 of file gmock/gtest/fused-src/gtest/gtest.h.

template<typename T>
testing::internal::linked_ptr< T >::linked_ptr ( linked_ptr< T > const &  ptr)
inline

Definition at line 9624 of file gmock/gtest/fused-src/gtest/gtest.h.

template<typename T>
testing::internal::linked_ptr< T >::linked_ptr ( T *  ptr = NULL)
inlineexplicit
template<typename T>
testing::internal::linked_ptr< T >::~linked_ptr ( )
inline
template<typename T>
template<typename U >
testing::internal::linked_ptr< T >::linked_ptr ( linked_ptr< U > const &  ptr)
inline
template<typename T>
testing::internal::linked_ptr< T >::linked_ptr ( linked_ptr< T > const &  ptr)
inline
template<typename T>
testing::internal::linked_ptr< T >::linked_ptr ( T *  ptr = NULL)
inlineexplicit
template<typename T>
testing::internal::linked_ptr< T >::~linked_ptr ( )
inline
template<typename T>
template<typename U >
testing::internal::linked_ptr< T >::linked_ptr ( linked_ptr< U > const &  ptr)
inline
template<typename T>
testing::internal::linked_ptr< T >::linked_ptr ( linked_ptr< T > const &  ptr)
inline

Member Function Documentation

template<typename T>
void testing::internal::linked_ptr< T >::capture ( T *  ptr)
inlineprivate
template<typename T>
void testing::internal::linked_ptr< T >::capture ( T *  ptr)
inlineprivate
template<typename T>
void testing::internal::linked_ptr< T >::capture ( T *  ptr)
inlineprivate

Definition at line 9684 of file gmock/fused-src/gtest/gtest.h.

template<typename T>
void testing::internal::linked_ptr< T >::capture ( T *  ptr)
inlineprivate

Definition at line 9684 of file gmock/gtest/fused-src/gtest/gtest.h.

template<typename T>
template<typename U >
void testing::internal::linked_ptr< T >::copy ( linked_ptr< U > const *  ptr)
inlineprivate
template<typename T>
template<typename U >
void testing::internal::linked_ptr< T >::copy ( linked_ptr< U > const *  ptr)
inlineprivate
template<typename T>
template<typename U >
void testing::internal::linked_ptr< T >::copy ( linked_ptr< U > const *  ptr)
inlineprivate

Definition at line 9690 of file gmock/fused-src/gtest/gtest.h.

template<typename T>
template<typename U >
void testing::internal::linked_ptr< T >::copy ( linked_ptr< U > const *  ptr)
inlineprivate

Definition at line 9690 of file gmock/gtest/fused-src/gtest/gtest.h.

template<typename T>
void testing::internal::linked_ptr< T >::depart ( )
inlineprivate
template<typename T>
void testing::internal::linked_ptr< T >::depart ( )
inlineprivate
template<typename T>
void testing::internal::linked_ptr< T >::depart ( )
inlineprivate

Definition at line 9679 of file gmock/fused-src/gtest/gtest.h.

template<typename T>
void testing::internal::linked_ptr< T >::depart ( )
inlineprivate

Definition at line 9679 of file gmock/gtest/fused-src/gtest/gtest.h.

template<typename T>
T* testing::internal::linked_ptr< T >::get ( ) const
inline
template<typename T>
T* testing::internal::linked_ptr< T >::get ( ) const
inline
template<typename T>
T* testing::internal::linked_ptr< T >::get ( ) const
inline

Definition at line 9655 of file gmock/fused-src/gtest/gtest.h.

template<typename T>
T* testing::internal::linked_ptr< T >::get ( ) const
inline

Definition at line 9655 of file gmock/gtest/fused-src/gtest/gtest.h.

template<typename T>
bool testing::internal::linked_ptr< T >::operator!= ( T *  p) const
inline
template<typename T>
bool testing::internal::linked_ptr< T >::operator!= ( T *  p) const
inline
template<typename T>
template<typename U >
bool testing::internal::linked_ptr< T >::operator!= ( linked_ptr< U > const &  ptr) const
inline
template<typename T>
template<typename U >
bool testing::internal::linked_ptr< T >::operator!= ( linked_ptr< U > const &  ptr) const
inline
template<typename T>
bool testing::internal::linked_ptr< T >::operator!= ( T *  p) const
inline

Definition at line 9660 of file gmock/fused-src/gtest/gtest.h.

template<typename T>
bool testing::internal::linked_ptr< T >::operator!= ( T *  p) const
inline

Definition at line 9660 of file gmock/gtest/fused-src/gtest/gtest.h.

template<typename T>
template<typename U >
bool testing::internal::linked_ptr< T >::operator!= ( linked_ptr< U > const &  ptr) const
inline

Definition at line 9667 of file gmock/fused-src/gtest/gtest.h.

template<typename T>
template<typename U >
bool testing::internal::linked_ptr< T >::operator!= ( linked_ptr< U > const &  ptr) const
inline

Definition at line 9667 of file gmock/gtest/fused-src/gtest/gtest.h.

template<typename T>
T& testing::internal::linked_ptr< T >::operator* ( ) const
inline
template<typename T>
T& testing::internal::linked_ptr< T >::operator* ( ) const
inline
template<typename T>
T& testing::internal::linked_ptr< T >::operator* ( ) const
inline

Definition at line 9657 of file gmock/gtest/fused-src/gtest/gtest.h.

template<typename T>
T& testing::internal::linked_ptr< T >::operator* ( ) const
inline

Definition at line 9657 of file gmock/fused-src/gtest/gtest.h.

template<typename T>
T* testing::internal::linked_ptr< T >::operator-> ( ) const
inline
template<typename T>
T* testing::internal::linked_ptr< T >::operator-> ( ) const
inline
template<typename T>
T* testing::internal::linked_ptr< T >::operator-> ( ) const
inline

Definition at line 9656 of file gmock/fused-src/gtest/gtest.h.

template<typename T>
T* testing::internal::linked_ptr< T >::operator-> ( ) const
inline

Definition at line 9656 of file gmock/gtest/fused-src/gtest/gtest.h.

template<typename T>
template<typename U >
linked_ptr& testing::internal::linked_ptr< T >::operator= ( linked_ptr< U > const &  ptr)
inline
template<typename T>
template<typename U >
linked_ptr& testing::internal::linked_ptr< T >::operator= ( linked_ptr< U > const &  ptr)
inline
template<typename T>
linked_ptr& testing::internal::linked_ptr< T >::operator= ( linked_ptr< T > const &  ptr)
inline
template<typename T>
linked_ptr& testing::internal::linked_ptr< T >::operator= ( linked_ptr< T > const &  ptr)
inline
template<typename T>
template<typename U >
linked_ptr& testing::internal::linked_ptr< T >::operator= ( linked_ptr< U > const &  ptr)
inline

Definition at line 9631 of file gmock/fused-src/gtest/gtest.h.

template<typename T>
template<typename U >
linked_ptr& testing::internal::linked_ptr< T >::operator= ( linked_ptr< U > const &  ptr)
inline

Definition at line 9631 of file gmock/gtest/fused-src/gtest/gtest.h.

template<typename T>
linked_ptr& testing::internal::linked_ptr< T >::operator= ( linked_ptr< T > const &  ptr)
inline

Definition at line 9638 of file gmock/fused-src/gtest/gtest.h.

template<typename T>
linked_ptr& testing::internal::linked_ptr< T >::operator= ( linked_ptr< T > const &  ptr)
inline

Definition at line 9638 of file gmock/gtest/fused-src/gtest/gtest.h.

template<typename T>
bool testing::internal::linked_ptr< T >::operator== ( T *  p) const
inline
template<typename T>
bool testing::internal::linked_ptr< T >::operator== ( T *  p) const
inline
template<typename T>
template<typename U >
bool testing::internal::linked_ptr< T >::operator== ( linked_ptr< U > const &  ptr) const
inline
template<typename T>
template<typename U >
bool testing::internal::linked_ptr< T >::operator== ( linked_ptr< U > const &  ptr) const
inline
template<typename T>
bool testing::internal::linked_ptr< T >::operator== ( T *  p) const
inline

Definition at line 9659 of file gmock/fused-src/gtest/gtest.h.

template<typename T>
bool testing::internal::linked_ptr< T >::operator== ( T *  p) const
inline

Definition at line 9659 of file gmock/gtest/fused-src/gtest/gtest.h.

template<typename T>
template<typename U >
bool testing::internal::linked_ptr< T >::operator== ( linked_ptr< U > const &  ptr) const
inline

Definition at line 9662 of file gmock/fused-src/gtest/gtest.h.

template<typename T>
template<typename U >
bool testing::internal::linked_ptr< T >::operator== ( linked_ptr< U > const &  ptr) const
inline

Definition at line 9662 of file gmock/gtest/fused-src/gtest/gtest.h.

template<typename T>
void testing::internal::linked_ptr< T >::reset ( T *  ptr = NULL)
inline
template<typename T>
void testing::internal::linked_ptr< T >::reset ( T *  ptr = NULL)
inline
template<typename T>
void testing::internal::linked_ptr< T >::reset ( T *  ptr = NULL)
inline

Definition at line 9650 of file gmock/gtest/fused-src/gtest/gtest.h.

template<typename T>
void testing::internal::linked_ptr< T >::reset ( T *  ptr = NULL)
inline

Definition at line 9650 of file gmock/fused-src/gtest/gtest.h.

Friends And Related Function Documentation

template<typename T>
template<typename U>
class linked_ptr ( )
friend
template<typename T>
template<typename U>
class linked_ptr ( )
friend
template<typename T>
template<typename U >
friend class linked_ptr
friend

Definition at line 9674 of file gmock/fused-src/gtest/gtest.h.

template<typename T>
template<typename U>
class linked_ptr ( )
friend

Definition at line 9674 of file gmock/gtest/fused-src/gtest/gtest.h.

Member Data Documentation

template<typename T>
linked_ptr_internal testing::internal::linked_ptr< T >::link_
private

Definition at line 9677 of file gmock/fused-src/gtest/gtest.h.

template<typename T>
T * testing::internal::linked_ptr< T >::value_
private

Definition at line 9676 of file gmock/fused-src/gtest/gtest.h.


The documentation for this class was generated from the following files:


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:11