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