#include <gtest-param-util-generated.h>
Classes | |
class | Iterator |
Public Types | |
typedef ::std::tuple< T1, T2 > | ParamType |
![]() | |
typedef ::std::tuple< T1, T2 > | ParamType |
Public Member Functions | |
ParamIteratorInterface< ParamType > * | Begin () const override |
CartesianProductGenerator2 (const ParamGenerator< T1 > &g1, const ParamGenerator< T2 > &g2) | |
ParamIteratorInterface< ParamType > * | End () const override |
~CartesianProductGenerator2 () override | |
![]() | |
virtual ParamIteratorInterface< ::std::tuple< T1, T2 > > * | Begin () const=0 |
virtual ParamIteratorInterface< ::std::tuple< T1, T2 > > * | End () const=0 |
virtual | ~ParamGeneratorInterface () |
Private Member Functions | |
void | operator= (const CartesianProductGenerator2 &other) |
Private Attributes | |
const ParamGenerator< T1 > | g1_ |
const ParamGenerator< T2 > | g2_ |
Definition at line 66 of file gtest-param-util-generated.h.
typedef ::std::tuple<T1, T2> testing::internal::CartesianProductGenerator2< T1, T2 >::ParamType |
Definition at line 69 of file gtest-param-util-generated.h.
|
inline |
Definition at line 71 of file gtest-param-util-generated.h.
|
inlineoverride |
Definition at line 74 of file gtest-param-util-generated.h.
|
inlineoverride |
Definition at line 76 of file gtest-param-util-generated.h.
|
inlineoverride |
Definition at line 79 of file gtest-param-util-generated.h.
|
private |
|
private |
Definition at line 175 of file gtest-param-util-generated.h.
|
private |
Definition at line 176 of file gtest-param-util-generated.h.