#include <gtest.h>
Classes | |
class | Iterator |
Public Types | |
typedef ::std::tr1::tuple< T1, T2, T3, T4, T5, T6 > | ParamType |
Public Member Functions | |
virtual ParamIteratorInterface < ParamType > * | Begin () const |
CartesianProductGenerator6 (const ParamGenerator< T1 > &g1, const ParamGenerator< T2 > &g2, const ParamGenerator< T3 > &g3, const ParamGenerator< T4 > &g4, const ParamGenerator< T5 > &g5, const ParamGenerator< T6 > &g6) | |
virtual ParamIteratorInterface < ParamType > * | End () const |
virtual | ~CartesianProductGenerator6 () |
Private Member Functions | |
void | operator= (const CartesianProductGenerator6 &other) |
Private Attributes | |
const ParamGenerator< T1 > | g1_ |
const ParamGenerator< T2 > | g2_ |
const ParamGenerator< T3 > | g3_ |
const ParamGenerator< T4 > | g4_ |
const ParamGenerator< T5 > | g5_ |
const ParamGenerator< T6 > | g6_ |
typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6> testing::internal::CartesianProductGenerator6< T1, T2, T3, T4, T5, T6 >::ParamType |
testing::internal::CartesianProductGenerator6< T1, T2, T3, T4, T5, T6 >::CartesianProductGenerator6 | ( | const ParamGenerator< T1 > & | g1, |
const ParamGenerator< T2 > & | g2, | ||
const ParamGenerator< T3 > & | g3, | ||
const ParamGenerator< T4 > & | g4, | ||
const ParamGenerator< T5 > & | g5, | ||
const ParamGenerator< T6 > & | g6 | ||
) | [inline] |
virtual testing::internal::CartesianProductGenerator6< T1, T2, T3, T4, T5, T6 >::~CartesianProductGenerator6 | ( | ) | [inline, virtual] |
virtual ParamIteratorInterface<ParamType>* testing::internal::CartesianProductGenerator6< T1, T2, T3, T4, T5, T6 >::Begin | ( | ) | const [inline, virtual] |
virtual ParamIteratorInterface<ParamType>* testing::internal::CartesianProductGenerator6< T1, T2, T3, T4, T5, T6 >::End | ( | ) | const [inline, virtual] |
void testing::internal::CartesianProductGenerator6< T1, T2, T3, T4, T5, T6 >::operator= | ( | const CartesianProductGenerator6< T1, T2, T3, T4, T5, T6 > & | other | ) | [private] |
const ParamGenerator<T1> testing::internal::CartesianProductGenerator6< T1, T2, T3, T4, T5, T6 >::g1_ [private] |
const ParamGenerator<T2> testing::internal::CartesianProductGenerator6< T1, T2, T3, T4, T5, T6 >::g2_ [private] |
const ParamGenerator<T3> testing::internal::CartesianProductGenerator6< T1, T2, T3, T4, T5, T6 >::g3_ [private] |
const ParamGenerator<T4> testing::internal::CartesianProductGenerator6< T1, T2, T3, T4, T5, T6 >::g4_ [private] |
const ParamGenerator<T5> testing::internal::CartesianProductGenerator6< T1, T2, T3, T4, T5, T6 >::g5_ [private] |
const ParamGenerator<T6> testing::internal::CartesianProductGenerator6< T1, T2, T3, T4, T5, T6 >::g6_ [private] |