Template Class ParamGeneratorInterface

Inheritance Relationships

Derived Types

Class Documentation

template<typename T>
class ParamGeneratorInterface

Subclassed by testing::internal::RangeGenerator< T, IncrementT >, testing::internal::ValuesInIteratorRangeGenerator< T >

Public Types

typedef T ParamType

Public Functions

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