#include <gtest.h>
Classes | |
class | Iterator |
Public Types | |
typedef ::std::tr1::tuple< T1, T2, T3 > | ParamType |
Public Types inherited from testing::internal::ParamGeneratorInterface< ::std::tr1::tuple< T1, T2, T3 > > | |
typedef ::std::tr1::tuple< T1, T2, T3 > | ParamType |
Public Member Functions | |
virtual ParamIteratorInterface< ParamType > * | Begin () const |
CartesianProductGenerator3 (const ParamGenerator< T1 > &g1, const ParamGenerator< T2 > &g2, const ParamGenerator< T3 > &g3) | |
virtual ParamIteratorInterface< ParamType > * | End () const |
virtual | ~CartesianProductGenerator3 () |
Public Member Functions inherited from testing::internal::ParamGeneratorInterface< ::std::tr1::tuple< T1, T2, T3 > > | |
virtual | ~ParamGeneratorInterface () |
Private Member Functions | |
void | operator= (const CartesianProductGenerator3 &other) |
Private Attributes | |
const ParamGenerator< T1 > | g1_ |
const ParamGenerator< T2 > | g2_ |
const ParamGenerator< T3 > | g3_ |
typedef ::std::tr1::tuple<T1, T2, T3> testing::internal::CartesianProductGenerator3< T1, T2, T3 >::ParamType |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
private |
|
private |
|
private |
|
private |