Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gtest-param-util.h>
Public Types | |
typedef T | ParamType |
Public Member Functions | |
virtual | ~ParamGeneratorInterface ()=default |
virtual ParamIteratorInterface < T > * | Begin () const =0 |
virtual ParamIteratorInterface < T > * | End () const =0 |
Definition at line 92 of file gtest-param-util.h.
typedef T testing::internal::ParamGeneratorInterface< typename >::ParamType |
Definition at line 173 of file gtest-param-util.h.
|
virtualdefault |
|
pure virtual |
|
pure virtual |