Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator Class Reference
Inheritance diagram for testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator:
Inheritance graph
[legend]

Public Member Functions

virtual void Advance ()
 
virtual const ParamGeneratorInterface< ParamType > * BaseGenerator () const
 
virtual ParamIteratorInterface< ParamType > * Clone () const
 
virtual const ParamTypeCurrent () const
 
virtual bool Equals (const ParamIteratorInterface< ParamType > &other) const
 
 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, const ParamGenerator< T6 > &g6, const typename ParamGenerator< T6 >::iterator &current6, const ParamGenerator< T7 > &g7, const typename ParamGenerator< T7 >::iterator &current7)
 
virtual ~Iterator ()
 
- Public Member Functions inherited from testing::internal::ParamIteratorInterface< ParamType >
virtual bool Equals (const ParamIteratorInterface &other) const =0
 
virtual ~ParamIteratorInterface ()
 

Private Member Functions

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

Private Attributes

const ParamGeneratorInterface< ParamType > *const base_
 
const ParamGenerator< T1 >::iterator begin1_
 
const ParamGenerator< T2 >::iterator begin2_
 
const ParamGenerator< T3 >::iterator begin3_
 
const ParamGenerator< T4 >::iterator begin4_
 
const ParamGenerator< T5 >::iterator begin5_
 
const ParamGenerator< T6 >::iterator begin6_
 
const ParamGenerator< T7 >::iterator begin7_
 
ParamGenerator< T1 >::iterator current1_
 
ParamGenerator< T2 >::iterator current2_
 
ParamGenerator< T3 >::iterator current3_
 
ParamGenerator< T4 >::iterator current4_
 
ParamGenerator< T5 >::iterator current5_
 
ParamGenerator< T6 >::iterator current6_
 
ParamGenerator< T7 >::iterator current7_
 
ParamType current_value_
 
const ParamGenerator< T1 >::iterator end1_
 
const ParamGenerator< T2 >::iterator end2_
 
const ParamGenerator< T3 >::iterator end3_
 
const ParamGenerator< T4 >::iterator end4_
 
const ParamGenerator< T5 >::iterator end5_
 
const ParamGenerator< T6 >::iterator end6_
 
const ParamGenerator< T7 >::iterator end7_
 

Detailed Description

template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
class testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator

Definition at line 14551 of file gtest.h.

Constructor & Destructor Documentation

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::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,
const ParamGenerator< T6 > &  g6,
const typename ParamGenerator< T6 >::iterator &  current6,
const ParamGenerator< T7 > &  g7,
const typename ParamGenerator< T7 >::iterator &  current7 
)
inline

Definition at line 14553 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
virtual testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::~Iterator ( )
inlinevirtual

Definition at line 14578 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::Iterator ( const Iterator other)
inlineprivate

Definition at line 14641 of file gtest.h.

Member Function Documentation

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
virtual void testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::Advance ( )
inlinevirtual

Implements testing::internal::ParamIteratorInterface< ParamType >.

Definition at line 14585 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
bool testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::AtEnd ( ) const
inlineprivate

Definition at line 14672 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
virtual const ParamGeneratorInterface<ParamType>* testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::BaseGenerator ( ) const
inlinevirtual

Implements testing::internal::ParamIteratorInterface< ParamType >.

Definition at line 14580 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
virtual ParamIteratorInterface<ParamType>* testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::Clone ( ) const
inlinevirtual

Implements testing::internal::ParamIteratorInterface< ParamType >.

Definition at line 14614 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
void testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::ComputeCurrentValue ( )
inlineprivate

Definition at line 14667 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
virtual const ParamType* testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::Current ( ) const
inlinevirtual

Implements testing::internal::ParamIteratorInterface< ParamType >.

Definition at line 14617 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
virtual bool testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::Equals ( const ParamIteratorInterface< ParamType > &  other) const
inlinevirtual

Definition at line 14618 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
void testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::operator= ( const Iterator other)
private

Member Data Documentation

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
const ParamGeneratorInterface<ParamType>* const testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::base_
private

Definition at line 14688 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
const ParamGenerator<T1>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::begin1_
private

Definition at line 14691 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
const ParamGenerator<T2>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::begin2_
private

Definition at line 14694 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
const ParamGenerator<T3>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::begin3_
private

Definition at line 14697 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
const ParamGenerator<T4>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::begin4_
private

Definition at line 14700 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
const ParamGenerator<T5>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::begin5_
private

Definition at line 14703 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
const ParamGenerator<T6>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::begin6_
private

Definition at line 14706 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
const ParamGenerator<T7>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::begin7_
private

Definition at line 14709 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
ParamGenerator<T1>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::current1_
private

Definition at line 14693 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
ParamGenerator<T2>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::current2_
private

Definition at line 14696 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
ParamGenerator<T3>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::current3_
private

Definition at line 14699 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
ParamGenerator<T4>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::current4_
private

Definition at line 14702 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
ParamGenerator<T5>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::current5_
private

Definition at line 14705 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
ParamGenerator<T6>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::current6_
private

Definition at line 14708 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
ParamGenerator<T7>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::current7_
private

Definition at line 14711 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
ParamType testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::current_value_
private

Definition at line 14712 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
const ParamGenerator<T1>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::end1_
private

Definition at line 14692 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
const ParamGenerator<T2>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::end2_
private

Definition at line 14695 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
const ParamGenerator<T3>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::end3_
private

Definition at line 14698 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
const ParamGenerator<T4>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::end4_
private

Definition at line 14701 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
const ParamGenerator<T5>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::end5_
private

Definition at line 14704 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
const ParamGenerator<T6>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::end6_
private

Definition at line 14707 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 >
const ParamGenerator<T7>::iterator testing::internal::CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >::Iterator::end7_
private

Definition at line 14710 of file gtest.h.


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


diagnostic_aggregator
Author(s): Kevin Watts, Brice Rebsamen
autogenerated on Wed Mar 27 2019 03:02:16