CHROMA
|
Public Member Functions | |
Iterator (const ParamGeneratorInterface< ParamType > *base, const ParamGenerator< T1 > &g1, const typename ParamGenerator< T1 >::iterator ¤t1, const ParamGenerator< T2 > &g2, const typename ParamGenerator< T2 >::iterator ¤t2) | |
virtual | ~Iterator () |
virtual const ParamGeneratorInterface< ParamType > * | BaseGenerator () const |
virtual void | Advance () |
virtual ParamIteratorInterface< ParamType > * | Clone () const |
virtual const ParamType * | Current () const |
virtual bool | Equals (const ParamIteratorInterface< ParamType > &other) const |
Public Member Functions inherited from testing::internal::ParamIteratorInterface< ParamType > | |
virtual | ~ParamIteratorInterface () |
virtual bool | Equals (const ParamIteratorInterface &other) const=0 |
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_ |
ParamType | current_value_ |
|
inline |
|
inlinevirtual |
|
inlineprivate |
|
inlinevirtual |
|
inlineprivate |
Definition at line 13858 of file gtest.h.
Referenced by testing::internal::CartesianProductGenerator2< T1, T2 >::Iterator::Equals().
|
inlinevirtual |
|
inlinevirtual |
|
inlineprivate |
|
inlinevirtual |
|
inlinevirtual |
Definition at line 13825 of file gtest.h.
References testing::internal::CartesianProductGenerator2< T1, T2 >::Iterator::AtEnd(), testing::internal::ParamIteratorInterface< T >::BaseGenerator(), testing::internal::CartesianProductGenerator2< T1, T2 >::Iterator::current1_, testing::internal::CartesianProductGenerator2< T1, T2 >::Iterator::current2_, and GTEST_CHECK_.
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 13874 of file gtest.h.
Referenced by testing::internal::CartesianProductGenerator2< T1, T2 >::Iterator::Equals().
|
private |
Definition at line 13877 of file gtest.h.
Referenced by testing::internal::CartesianProductGenerator2< T1, T2 >::Iterator::Equals().
|
private |
|
private |
|
private |