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

#include <gtest-param-util.h>

Inheritance diagram for testing::internal::ParamGeneratorInterface< T >:
Inheritance graph
[legend]

Public Types

typedef T ParamType
 
typedef T ParamType
 

Public Member Functions

virtual ~ParamGeneratorInterface ()
 
virtual ParamIteratorInterface< T > * Begin () const =0
 
virtual ParamIteratorInterface< T > * End () const =0
 
virtual ~ParamGeneratorInterface ()
 
virtual ParamIteratorInterface< T > * Begin () const =0
 
virtual ParamIteratorInterface< T > * End () const =0
 

Member Typedef Documentation

◆ ParamType [1/2]

template<typename T >
typedef T testing::internal::ParamGeneratorInterface< T >::ParamType

◆ ParamType [2/2]

template<typename T >
typedef T testing::internal::ParamGeneratorInterface< T >::ParamType

Constructor & Destructor Documentation

◆ ~ParamGeneratorInterface() [1/2]

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

◆ ~ParamGeneratorInterface() [2/2]

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

Member Function Documentation

◆ Begin() [1/2]

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

◆ Begin() [2/2]

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

◆ End() [1/2]

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

◆ End() [2/2]

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

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