Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::ParamGeneratorInterface< T > Class Template Referenceabstract

#include <gtest-param-util.h>

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

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 T>
class testing::internal::ParamGeneratorInterface< T >

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

Member Typedef Documentation

◆ ParamType

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

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

Constructor & Destructor Documentation

◆ ~ParamGeneratorInterface()

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

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

165{}

Member Function Documentation

◆ Begin()

◆ End()


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