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

#include <gtest-linked_ptr.h>

List of all members.

Public Types

typedef T element_type

Public Member Functions

T * get () const
 linked_ptr (T *ptr=NULL)
template<typename U >
 linked_ptr (linked_ptr< U > const &ptr)
 linked_ptr (linked_ptr const &ptr)
bool operator!= (T *p) const
template<typename U >
bool operator!= (linked_ptr< U > const &ptr) const
T & operator* () const
T * operator-> () const
template<typename U >
linked_ptroperator= (linked_ptr< U > const &ptr)
linked_ptroperator= (linked_ptr const &ptr)
bool operator== (T *p) const
template<typename U >
bool operator== (linked_ptr< U > const &ptr) 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

class linked_ptr

Detailed Description

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

Definition at line 136 of file gtest-linked_ptr.h.


Member Typedef Documentation

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

Definition at line 138 of file gtest-linked_ptr.h.


Constructor & Destructor Documentation

template<typename T>
testing::internal::linked_ptr< T >::linked_ptr ( T *  ptr = NULL) [inline, explicit]

Definition at line 142 of file gtest-linked_ptr.h.

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

Definition at line 143 of file gtest-linked_ptr.h.

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

Definition at line 146 of file gtest-linked_ptr.h.

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

Definition at line 147 of file gtest-linked_ptr.h.


Member Function Documentation

template<typename T>
void testing::internal::linked_ptr< T >::capture ( T *  ptr) [inline, private]

Definition at line 198 of file gtest-linked_ptr.h.

template<typename T>
template<typename U >
void testing::internal::linked_ptr< T >::copy ( linked_ptr< U > const *  ptr) [inline, private]

Definition at line 203 of file gtest-linked_ptr.h.

template<typename T>
void testing::internal::linked_ptr< T >::depart ( ) [inline, private]

Definition at line 194 of file gtest-linked_ptr.h.

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

Definition at line 172 of file gtest-linked_ptr.h.

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

Definition at line 177 of file gtest-linked_ptr.h.

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

Definition at line 183 of file gtest-linked_ptr.h.

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

Definition at line 174 of file gtest-linked_ptr.h.

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

Definition at line 173 of file gtest-linked_ptr.h.

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

Definition at line 153 of file gtest-linked_ptr.h.

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

Definition at line 159 of file gtest-linked_ptr.h.

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

Definition at line 176 of file gtest-linked_ptr.h.

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

Definition at line 179 of file gtest-linked_ptr.h.

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

Definition at line 168 of file gtest-linked_ptr.h.


Friends And Related Function Documentation

template<typename T>
friend class linked_ptr [friend]

Definition at line 189 of file gtest-linked_ptr.h.


Member Data Documentation

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

Definition at line 192 of file gtest-linked_ptr.h.

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

Definition at line 191 of file gtest-linked_ptr.h.


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


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:47:37