#include <gtest-param-util-generated.h>
Classes | |
class | Iterator |
Public Types | |
typedef ::std::tuple< T1, T2, T3 > | ParamType |
![]() | |
typedef ::std::tuple< T1, T2, T3 > | ParamType |
Public Member Functions | |
ParamIteratorInterface< ParamType > * | Begin () const override |
CartesianProductGenerator3 (const ParamGenerator< T1 > &g1, const ParamGenerator< T2 > &g2, const ParamGenerator< T3 > &g3) | |
ParamIteratorInterface< ParamType > * | End () const override |
~CartesianProductGenerator3 () override | |
![]() | |
virtual ParamIteratorInterface< ::std::tuple< T1, T2, T3 > > * | Begin () const=0 |
virtual ParamIteratorInterface< ::std::tuple< T1, T2, T3 > > * | End () const=0 |
virtual | ~ParamGeneratorInterface () |
Private Member Functions | |
void | operator= (const CartesianProductGenerator3 &other) |
Private Attributes | |
const ParamGenerator< T1 > | g1_ |
const ParamGenerator< T2 > | g2_ |
const ParamGenerator< T3 > | g3_ |
Definition at line 181 of file gtest-param-util-generated.h.
typedef ::std::tuple<T1, T2, T3> testing::internal::CartesianProductGenerator3< T1, T2, T3 >::ParamType |
Definition at line 184 of file gtest-param-util-generated.h.
|
inline |
Definition at line 186 of file gtest-param-util-generated.h.
|
inlineoverride |
Definition at line 189 of file gtest-param-util-generated.h.
|
inlineoverride |
Definition at line 191 of file gtest-param-util-generated.h.
|
inlineoverride |
Definition at line 195 of file gtest-param-util-generated.h.
|
private |
|
private |
Definition at line 306 of file gtest-param-util-generated.h.
|
private |
Definition at line 307 of file gtest-param-util-generated.h.
|
private |
Definition at line 308 of file gtest-param-util-generated.h.