#include <ts_gtest.h>
Inherits testing::internal::ParamGeneratorInterface< ::std::tr1::tuple< T1, T2 > >.
Classes | |
| class | Iterator |
Public Types | |
| typedef ::std::tr1::tuple< T1, T2 > | ParamType |
Public Member Functions | |
| CartesianProductGenerator2 (const ParamGenerator< T1 > &g1, const ParamGenerator< T2 > &g2) | |
| virtual | ~CartesianProductGenerator2 () |
| virtual ParamIteratorInterface < ParamType > * | Begin () const |
| virtual ParamIteratorInterface < ParamType > * | End () const |
| 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 | ||
| ) |
| virtual testing::internal::CartesianProductGenerator2< T1, T2 >::~CartesianProductGenerator2 | ( | ) | [virtual] |
| virtual ParamIteratorInterface<ParamType>* testing::internal::CartesianProductGenerator2< T1, T2 >::Begin | ( | ) | const [virtual] |
| virtual ParamIteratorInterface<ParamType>* testing::internal::CartesianProductGenerator2< T1, T2 >::End | ( | ) | const [virtual] |