#include <gtest.h>

Classes | |
| class | Iterator |
Public Types | |
| typedef ::std::tr1::tuple< T1, T2 > | ParamType |
Public Member Functions | |
| virtual ParamIteratorInterface < ParamType > * | Begin () const |
| CartesianProductGenerator2 (const ParamGenerator< T1 > &g1, const ParamGenerator< T2 > &g2) | |
| virtual ParamIteratorInterface < ParamType > * | End () const |
| virtual | ~CartesianProductGenerator2 () |
Private Member Functions | |
| void | operator= (const CartesianProductGenerator2 &other) |
Private Attributes | |
| const ParamGenerator< T1 > | g1_ |
| const ParamGenerator< T2 > | g2_ |
| typedef ::std::tr1::tuple<T1, T2> testing::internal::CartesianProductGenerator2< T1, T2 >::ParamType |
Reimplemented from testing::internal::ParamGeneratorInterface< ::std::tr1::tuple< T1, T2 > >.
| testing::internal::CartesianProductGenerator2< T1, T2 >::CartesianProductGenerator2 | ( | const ParamGenerator< T1 > & | g1, |
| const ParamGenerator< T2 > & | g2 | ||
| ) | [inline] |
| virtual testing::internal::CartesianProductGenerator2< T1, T2 >::~CartesianProductGenerator2 | ( | ) | [inline, virtual] |
| virtual ParamIteratorInterface<ParamType>* testing::internal::CartesianProductGenerator2< T1, T2 >::Begin | ( | ) | const [inline, virtual] |
| virtual ParamIteratorInterface<ParamType>* testing::internal::CartesianProductGenerator2< T1, T2 >::End | ( | ) | const [inline, virtual] |
| void testing::internal::CartesianProductGenerator2< T1, T2 >::operator= | ( | const CartesianProductGenerator2< T1, T2 > & | other | ) | [private] |
const ParamGenerator<T1> testing::internal::CartesianProductGenerator2< T1, T2 >::g1_ [private] |
const ParamGenerator<T2> testing::internal::CartesianProductGenerator2< T1, T2 >::g2_ [private] |