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

#include <gtest.h>

Public Types

typedef ptrdiff_t difference_type
 
typedef ptrdiff_t difference_type
 
typedef const T & reference
 
typedef const T & reference
 
typedef T value_type
 
typedef T value_type
 

Public Member Functions

bool operator!= (const ParamIterator &other) const
 
bool operator!= (const ParamIterator &other) const
 
const T & operator* () const
 
const T & operator* () const
 
ParamIteratoroperator++ ()
 
ParamIteratoroperator++ ()
 
ParamIterator operator++ (int)
 
ParamIterator operator++ (int)
 
const T * operator-> () const
 
const T * operator-> () const
 
ParamIteratoroperator= (const ParamIterator &other)
 
ParamIteratoroperator= (const ParamIterator &other)
 
bool operator== (const ParamIterator &other) const
 
bool operator== (const ParamIterator &other) const
 
 ParamIterator (const ParamIterator &other)
 
 ParamIterator (const ParamIterator &other)
 

Private Member Functions

 ParamIterator (ParamIteratorInterface< T > *impl)
 
 ParamIterator (ParamIteratorInterface< T > *impl)
 

Private Attributes

scoped_ptr< ParamIteratorInterface< T > > impl_
 

Friends

class ParamGenerator< T >
 

Detailed Description

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

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

Member Typedef Documentation

template<typename T >
typedef ptrdiff_t testing::internal::ParamIterator< T >::difference_type

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

template<typename T >
typedef ptrdiff_t testing::internal::ParamIterator< T >::difference_type

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

template<typename T >
typedef const T& testing::internal::ParamIterator< T >::reference

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

template<typename T >
typedef const T& testing::internal::ParamIterator< T >::reference

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

template<typename T >
typedef T testing::internal::ParamIterator< T >::value_type

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

template<typename T >
typedef T testing::internal::ParamIterator< T >::value_type

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

Constructor & Destructor Documentation

template<typename T >
testing::internal::ParamIterator< T >::ParamIterator ( const ParamIterator< T > &  other)
inline

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

template<typename T >
testing::internal::ParamIterator< T >::ParamIterator ( ParamIteratorInterface< T > *  impl)
inlineexplicitprivate

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

template<typename T >
testing::internal::ParamIterator< T >::ParamIterator ( const ParamIterator< T > &  other)
inline

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

template<typename T >
testing::internal::ParamIterator< T >::ParamIterator ( ParamIteratorInterface< T > *  impl)
inlineexplicitprivate

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

Member Function Documentation

template<typename T >
bool testing::internal::ParamIterator< T >::operator!= ( const ParamIterator< T > &  other) const
inline

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

template<typename T >
bool testing::internal::ParamIterator< T >::operator!= ( const ParamIterator< T > &  other) const
inline

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

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

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

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

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

template<typename T >
ParamIterator& testing::internal::ParamIterator< T >::operator++ ( )
inline

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

template<typename T >
ParamIterator& testing::internal::ParamIterator< T >::operator++ ( )
inline

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

template<typename T >
ParamIterator testing::internal::ParamIterator< T >::operator++ ( int  )
inline

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

template<typename T >
ParamIterator testing::internal::ParamIterator< T >::operator++ ( int  )
inline

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

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

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

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

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

template<typename T >
ParamIterator& testing::internal::ParamIterator< T >::operator= ( const ParamIterator< T > &  other)
inline

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

template<typename T >
ParamIterator& testing::internal::ParamIterator< T >::operator= ( const ParamIterator< T > &  other)
inline

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

template<typename T >
bool testing::internal::ParamIterator< T >::operator== ( const ParamIterator< T > &  other) const
inline

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

template<typename T >
bool testing::internal::ParamIterator< T >::operator== ( const ParamIterator< T > &  other) const
inline

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

Friends And Related Function Documentation

template<typename T >
friend class ParamGenerator< T >
friend

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

Member Data Documentation

template<typename T >
scoped_ptr< ParamIteratorInterface< T > > testing::internal::ParamIterator< T >::impl_
private

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


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


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