- 3.0.1 core module.
testing::internal::ParamGeneratorInterface< T > Class Template Referenceabstract

#include <gtest-param-util.h>

Inheritance diagram for testing::internal::ParamGeneratorInterface< T >:
testing::internal::RangeGenerator< T, IncrementT > testing::internal::ValuesInIteratorRangeGenerator< T >

Public Types

typedef T ParamType
 

Public Member Functions

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

Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation


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