Qucs-core
0.0.19
|
#include <gtest.h>
Data Structures | |
class | Iterator |
Public Types | |
typedef ::std::tr1::tuple< T1, T2, T3, T4 > | ParamType |
Public Member Functions | |
CartesianProductGenerator4 (const ParamGenerator< T1 > &g1, const ParamGenerator< T2 > &g2, const ParamGenerator< T3 > &g3, const ParamGenerator< T4 > &g4) | |
virtual | ~CartesianProductGenerator4 () |
virtual ParamIteratorInterface < ParamType > * | Begin () const |
virtual ParamIteratorInterface < ParamType > * | End () const |
Private Member Functions | |
void | operator= (const CartesianProductGenerator4 &other) |
Private Attributes | |
const ParamGenerator< T1 > | g1_ |
const ParamGenerator< T2 > | g2_ |
const ParamGenerator< T3 > | g3_ |
const ParamGenerator< T4 > | g4_ |
Definition at line 14022 of file fused-src/gtest/gtest.h.
typedef ::std::tr1::tuple<T1, T2, T3, T4> testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >::ParamType |
Reimplemented from testing::internal::ParamGeneratorInterface< ::std::tr1::tuple< T1, T2, T3, T4 > >.
Definition at line 14025 of file fused-src/gtest/gtest.h.
testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >::CartesianProductGenerator4 | ( | const ParamGenerator< T1 > & | g1, |
const ParamGenerator< T2 > & | g2, | ||
const ParamGenerator< T3 > & | g3, | ||
const ParamGenerator< T4 > & | g4 | ||
) | [inline] |
Definition at line 14027 of file fused-src/gtest/gtest.h.
virtual testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >::~CartesianProductGenerator4 | ( | ) | [inline, virtual] |
Definition at line 14031 of file fused-src/gtest/gtest.h.
virtual ParamIteratorInterface<ParamType>* testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >::Begin | ( | ) | const [inline, virtual] |
Implements testing::internal::ParamGeneratorInterface< ::std::tr1::tuple< T1, T2, T3, T4 > >.
Definition at line 14033 of file fused-src/gtest/gtest.h.
virtual ParamIteratorInterface<ParamType>* testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >::End | ( | ) | const [inline, virtual] |
Implements testing::internal::ParamGeneratorInterface< ::std::tr1::tuple< T1, T2, T3, T4 > >.
Definition at line 14037 of file fused-src/gtest/gtest.h.
void testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >::operator= | ( | const CartesianProductGenerator4< T1, T2, T3, T4 > & | other | ) | [private] |
const ParamGenerator<T1> testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >::g1_ [private] |
Definition at line 14165 of file fused-src/gtest/gtest.h.
const ParamGenerator<T2> testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >::g2_ [private] |
Definition at line 14166 of file fused-src/gtest/gtest.h.
const ParamGenerator<T3> testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >::g3_ [private] |
Definition at line 14167 of file fused-src/gtest/gtest.h.
const ParamGenerator<T4> testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >::g4_ [private] |
Definition at line 14168 of file fused-src/gtest/gtest.h.