Public Types | Public Member Functions | List of all members
testing::internal::ParamGeneratorInterface< typename > Class Template Referenceabstract

#include <ts_gtest.h>

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 >
typedef T testing::internal::ParamGeneratorInterface< typename >::ParamType

Constructor & Destructor Documentation

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

Member Function Documentation

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

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