Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
testing::internal::ParamGeneratorInterface< typename > Class Template Referenceabstract

#include <gtest-param-util.h>

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

Public Types

typedef T ParamType
 

Public Member Functions

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

Detailed Description

template<typename>
class testing::internal::ParamGeneratorInterface< typename >

Definition at line 87 of file gtest-param-util.h.

Member Typedef Documentation

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

Definition at line 168 of file gtest-param-util.h.

Constructor & Destructor Documentation

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

Definition at line 170 of file gtest-param-util.h.

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: