GrPPI  1.0
Generic and Reusable Parallel Pattern Interface
Public Types | Public Member Functions | Friends | List of all members
testing::internal::ParamIterator< T > Class Template Reference

#include <gtest-param-util.h>

Public Types

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

Public Member Functions

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

Friends

class ParamGenerator< T >
 

Member Typedef Documentation

◆ difference_type [1/2]

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

◆ difference_type [2/2]

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

◆ reference [1/2]

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

◆ reference [2/2]

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

◆ value_type [1/2]

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

◆ value_type [2/2]

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

Constructor & Destructor Documentation

◆ ParamIterator() [1/2]

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

◆ ParamIterator() [2/2]

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

Member Function Documentation

◆ operator!=() [1/2]

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

◆ operator!=() [2/2]

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

◆ operator*() [1/2]

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

◆ operator*() [2/2]

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

◆ operator++() [1/4]

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

◆ operator++() [2/4]

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

◆ operator++() [3/4]

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

◆ operator++() [4/4]

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

◆ operator->() [1/2]

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

◆ operator->() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ operator==() [1/2]

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

◆ operator==() [2/2]

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

Friends And Related Function Documentation

◆ ParamGenerator< T >

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

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