testing::internal::ParamGeneratorInterface< T > Class Template Referenceabstract

#include <gtest.h>

Inheritance diagram for testing::internal::ParamGeneratorInterface< T >:
Inheritance graph

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

◆ ParamType

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

Constructor & Destructor Documentation

◆ ~ParamGeneratorInterface()

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

Member Function Documentation

◆ Begin()

◆ End()


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