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

#include <gtest-param-util.h>

Public Member Functions

virtual ~ParamIteratorInterface ()
 
virtual const ParamGeneratorInterface< T > * BaseGenerator () const =0
 
virtual void Advance ()=0
 
virtual ParamIteratorInterfaceClone () const =0
 
virtual const T * Current () const =0
 
virtual bool Equals (const ParamIteratorInterface &other) const =0
 
virtual ~ParamIteratorInterface ()
 
virtual const ParamGeneratorInterface< T > * BaseGenerator () const =0
 
virtual void Advance ()=0
 
virtual ParamIteratorInterfaceClone () const =0
 
virtual const T * Current () const =0
 
virtual bool Equals (const ParamIteratorInterface &other) const =0
 

Constructor & Destructor Documentation

◆ ~ParamIteratorInterface() [1/2]

template<typename T >
virtual testing::internal::ParamIteratorInterface< T >::~ParamIteratorInterface ( )
inlinevirtual

◆ ~ParamIteratorInterface() [2/2]

template<typename T >
virtual testing::internal::ParamIteratorInterface< T >::~ParamIteratorInterface ( )
inlinevirtual

Member Function Documentation

◆ Advance() [1/2]

template<typename T >
virtual void testing::internal::ParamIteratorInterface< T >::Advance ( )
pure virtual

◆ Advance() [2/2]

template<typename T >
virtual void testing::internal::ParamIteratorInterface< T >::Advance ( )
pure virtual

◆ BaseGenerator() [1/2]

template<typename T >
virtual const ParamGeneratorInterface<T>* testing::internal::ParamIteratorInterface< T >::BaseGenerator ( ) const
pure virtual

◆ BaseGenerator() [2/2]

template<typename T >
virtual const ParamGeneratorInterface<T>* testing::internal::ParamIteratorInterface< T >::BaseGenerator ( ) const
pure virtual

◆ Clone() [1/2]

template<typename T >
virtual ParamIteratorInterface* testing::internal::ParamIteratorInterface< T >::Clone ( ) const
pure virtual

◆ Clone() [2/2]

template<typename T >
virtual ParamIteratorInterface* testing::internal::ParamIteratorInterface< T >::Clone ( ) const
pure virtual

◆ Current() [1/2]

template<typename T >
virtual const T* testing::internal::ParamIteratorInterface< T >::Current ( ) const
pure virtual

◆ Current() [2/2]

template<typename T >
virtual const T* testing::internal::ParamIteratorInterface< T >::Current ( ) const
pure virtual

◆ Equals() [1/2]

template<typename T >
virtual bool testing::internal::ParamIteratorInterface< T >::Equals ( const ParamIteratorInterface< T > &  other) const
pure virtual

◆ Equals() [2/2]

template<typename T >
virtual bool testing::internal::ParamIteratorInterface< T >::Equals ( const ParamIteratorInterface< T > &  other) const
pure virtual

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