#include <ts_gtest.h>
Inherits testing::internal::ParamGeneratorInterface< ::std::tr1::tuple< T1, T2, T3 > >.
Classes | |
| class | Iterator |
Public Types | |
| typedef ::std::tr1::tuple< T1, T2, T3 > | ParamType |
Public Member Functions | |
| CartesianProductGenerator3 (const ParamGenerator< T1 > &g1, const ParamGenerator< T2 > &g2, const ParamGenerator< T3 > &g3) | |
| virtual | ~CartesianProductGenerator3 () |
| virtual ParamIteratorInterface < ParamType > * | Begin () const |
| virtual ParamIteratorInterface < ParamType > * | End () const |
| typedef ::std::tr1::tuple<T1, T2, T3> testing::internal::CartesianProductGenerator3< T1, T2, T3 >::ParamType |
Reimplemented from testing::internal::ParamGeneratorInterface< ::std::tr1::tuple< T1, T2, T3 > >.
| testing::internal::CartesianProductGenerator3< T1, T2, T3 >::CartesianProductGenerator3 | ( | const ParamGenerator< T1 > & | g1, |
| const ParamGenerator< T2 > & | g2, | ||
| const ParamGenerator< T3 > & | g3 | ||
| ) |
| virtual testing::internal::CartesianProductGenerator3< T1, T2, T3 >::~CartesianProductGenerator3 | ( | ) | [virtual] |
| virtual ParamIteratorInterface<ParamType>* testing::internal::CartesianProductGenerator3< T1, T2, T3 >::Begin | ( | ) | const [virtual] |
| virtual ParamIteratorInterface<ParamType>* testing::internal::CartesianProductGenerator3< T1, T2, T3 >::End | ( | ) | const [virtual] |