Qucs-core  0.0.19
Public Member Functions | Private Member Functions | Private Attributes
testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator Class Reference
Inheritance diagram for testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator:
Inheritance graph
[legend]
Collaboration diagram for testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator:
Collaboration graph
[legend]

Public Member Functions

 Iterator (const ParamGeneratorInterface< ParamType > *base, const ParamGenerator< T1 > &g1, const typename ParamGenerator< T1 >::iterator &current1, const ParamGenerator< T2 > &g2, const typename ParamGenerator< T2 >::iterator &current2, const ParamGenerator< T3 > &g3, const typename ParamGenerator< T3 >::iterator &current3, const ParamGenerator< T4 > &g4, const typename ParamGenerator< T4 >::iterator &current4, const ParamGenerator< T5 > &g5, const typename ParamGenerator< T5 >::iterator &current5)
virtual ~Iterator ()
virtual const
ParamGeneratorInterface
< ParamType > * 
BaseGenerator () const
virtual void Advance ()
virtual ParamIteratorInterface
< ParamType > * 
Clone () const
virtual const ParamTypeCurrent () const
virtual bool Equals (const ParamIteratorInterface< ParamType > &other) const

Private Member Functions

 Iterator (const Iterator &other)
void ComputeCurrentValue ()
bool AtEnd () const
void operator= (const Iterator &other)

Private Attributes

const ParamGeneratorInterface
< ParamType > *const 
base_
const ParamGenerator< T1 >
::iterator 
begin1_
const ParamGenerator< T1 >
::iterator 
end1_
ParamGenerator< T1 >::iterator current1_
const ParamGenerator< T2 >
::iterator 
begin2_
const ParamGenerator< T2 >
::iterator 
end2_
ParamGenerator< T2 >::iterator current2_
const ParamGenerator< T3 >
::iterator 
begin3_
const ParamGenerator< T3 >
::iterator 
end3_
ParamGenerator< T3 >::iterator current3_
const ParamGenerator< T4 >
::iterator 
begin4_
const ParamGenerator< T4 >
::iterator 
end4_
ParamGenerator< T4 >::iterator current4_
const ParamGenerator< T5 >
::iterator 
begin5_
const ParamGenerator< T5 >
::iterator 
end5_
ParamGenerator< T5 >::iterator current5_
ParamType current_value_

Detailed Description

template<typename T1, typename T2, typename T3, typename T4, typename T5>
class testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator

Definition at line 14194 of file fused-src/gtest/gtest.h.


Constructor & Destructor Documentation

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::Iterator ( const ParamGeneratorInterface< ParamType > *  base,
const ParamGenerator< T1 > &  g1,
const typename ParamGenerator< T1 >::iterator &  current1,
const ParamGenerator< T2 > &  g2,
const typename ParamGenerator< T2 >::iterator &  current2,
const ParamGenerator< T3 > &  g3,
const typename ParamGenerator< T3 >::iterator &  current3,
const ParamGenerator< T4 > &  g4,
const typename ParamGenerator< T4 >::iterator &  current4,
const ParamGenerator< T5 > &  g5,
const typename ParamGenerator< T5 >::iterator &  current5 
) [inline]

Definition at line 14196 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
virtual testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::~Iterator ( ) [inline, virtual]

Definition at line 14215 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::Iterator ( const Iterator other) [inline, private]

Definition at line 14268 of file fused-src/gtest/gtest.h.


Member Function Documentation

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
virtual void testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::Advance ( ) [inline, virtual]
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
bool testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::AtEnd ( ) const [inline, private]

Definition at line 14293 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
virtual const ParamGeneratorInterface<ParamType>* testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::BaseGenerator ( ) const [inline, virtual]
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
virtual ParamIteratorInterface<ParamType>* testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::Clone ( ) const [inline, virtual]
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
void testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::ComputeCurrentValue ( ) [inline, private]

Definition at line 14288 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
virtual const ParamType* testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::Current ( ) const [inline, virtual]
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
virtual bool testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::Equals ( const ParamIteratorInterface< ParamType > &  other) const [inline, virtual]

Definition at line 14247 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
void testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::operator= ( const Iterator other) [private]

Field Documentation

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
const ParamGeneratorInterface<ParamType>* const testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::base_ [private]

Definition at line 14307 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
const ParamGenerator<T1>::iterator testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::begin1_ [private]

Definition at line 14310 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
const ParamGenerator<T2>::iterator testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::begin2_ [private]

Definition at line 14313 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
const ParamGenerator<T3>::iterator testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::begin3_ [private]

Definition at line 14316 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
const ParamGenerator<T4>::iterator testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::begin4_ [private]

Definition at line 14319 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
const ParamGenerator<T5>::iterator testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::begin5_ [private]

Definition at line 14322 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
ParamGenerator<T1>::iterator testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::current1_ [private]

Definition at line 14312 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
ParamGenerator<T2>::iterator testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::current2_ [private]

Definition at line 14315 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
ParamGenerator<T3>::iterator testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::current3_ [private]

Definition at line 14318 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
ParamGenerator<T4>::iterator testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::current4_ [private]

Definition at line 14321 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
ParamGenerator<T5>::iterator testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::current5_ [private]

Definition at line 14324 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
ParamType testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::current_value_ [private]

Definition at line 14325 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
const ParamGenerator<T1>::iterator testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::end1_ [private]

Definition at line 14311 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
const ParamGenerator<T2>::iterator testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::end2_ [private]

Definition at line 14314 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
const ParamGenerator<T3>::iterator testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::end3_ [private]

Definition at line 14317 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
const ParamGenerator<T4>::iterator testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::end4_ [private]

Definition at line 14320 of file fused-src/gtest/gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
const ParamGenerator<T5>::iterator testing::internal::CartesianProductGenerator5< T1, T2, T3, T4, T5 >::Iterator::end5_ [private]

Definition at line 14323 of file fused-src/gtest/gtest.h.


The documentation for this class was generated from the following file: