Public Types | Public Member Functions
testing::internal::ParamGeneratorInterface< T > Class Template Reference

#include <gtest.h>

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

List of all members.

Public Types

typedef T ParamType

Public Member Functions

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

Detailed Description

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

Definition at line 10141 of file gtest.h.


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 ( ) [inline, virtual]

Definition at line 10145 of file gtest.h.


Member Function Documentation

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

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


upstream_src
Author(s):
autogenerated on Mon Oct 6 2014 10:27:43