Qucs-core
0.0.19
|
#include <gtest.h>
Data Structures | |
class | Iterator |
Public Types | |
typedef ::std::tr1::tuple< T1, T2, T3, T4, T5 > | ParamType |
Public Member Functions | |
CartesianProductGenerator5 (const ParamGenerator< T1 > &g1, const ParamGenerator< T2 > &g2, const ParamGenerator< T3 > &g3, const ParamGenerator< T4 > &g4, const ParamGenerator< T5 > &g5) | |
virtual | ~CartesianProductGenerator5 () |
virtual ParamIteratorInterface < ParamType > * | Begin () const |
virtual ParamIteratorInterface < ParamType > * | End () const |
Private Member Functions | |
void | operator= (const CartesianProductGenerator5 &other) |
Private Attributes | |
const ParamGenerator< T1 > | g1_ |
const ParamGenerator< T2 > | g2_ |
const ParamGenerator< T3 > | g3_ |
const ParamGenerator< T4 > | g4_ |
const ParamGenerator< T5 > | g5_ |
Definition at line 14173 of file fused-src/gtest/gtest.h.
typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::ParamType |
Reimplemented from testing::internal::ParamGeneratorInterface< ::std::tr1::tuple< T1, T2, T3, T4, T5 > >.
Definition at line 14176 of file fused-src/gtest/gtest.h.
testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::CartesianProductGenerator5 | ( | const ParamGenerator< T1 > & | g1, |
const ParamGenerator< T2 > & | g2, | ||
const ParamGenerator< T3 > & | g3, | ||
const ParamGenerator< T4 > & | g4, | ||
const ParamGenerator< T5 > & | g5 | ||
) | [inline] |
Definition at line 14178 of file fused-src/gtest/gtest.h.
virtual testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::~CartesianProductGenerator5 | ( | ) | [inline, virtual] |
Definition at line 14182 of file fused-src/gtest/gtest.h.
virtual ParamIteratorInterface<ParamType>* testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Begin | ( | ) | const [inline, virtual] |
Implements testing::internal::ParamGeneratorInterface< ::std::tr1::tuple< T1, T2, T3, T4, T5 > >.
Definition at line 14184 of file fused-src/gtest/gtest.h.
virtual ParamIteratorInterface<ParamType>* testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::End | ( | ) | const [inline, virtual] |
Implements testing::internal::ParamGeneratorInterface< ::std::tr1::tuple< T1, T2, T3, T4, T5 > >.
Definition at line 14188 of file fused-src/gtest/gtest.h.
void testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::operator= | ( | const CartesianProductGenerator5< T1, T2, T3, T4, T5 > & | other | ) | [private] |
const ParamGenerator<T1> testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::g1_ [private] |
Definition at line 14331 of file fused-src/gtest/gtest.h.
const ParamGenerator<T2> testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::g2_ [private] |
Definition at line 14332 of file fused-src/gtest/gtest.h.
const ParamGenerator<T3> testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::g3_ [private] |
Definition at line 14333 of file fused-src/gtest/gtest.h.
const ParamGenerator<T4> testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::g4_ [private] |
Definition at line 14334 of file fused-src/gtest/gtest.h.
const ParamGenerator<T5> testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::g5_ [private] |
Definition at line 14335 of file fused-src/gtest/gtest.h.