Qucs-core
0.0.19
|
Public Member Functions | |
Iterator (const ParamGeneratorInterface< T > *base, T value, int index, IncrementT step) | |
virtual | ~Iterator () |
virtual const ParamGeneratorInterface< T > * | BaseGenerator () const |
virtual void | Advance () |
virtual ParamIteratorInterface < T > * | Clone () const |
virtual const T * | Current () const |
virtual bool | Equals (const ParamIteratorInterface< T > &other) const |
Private Member Functions | |
Iterator (const Iterator &other) | |
void | operator= (const Iterator &other) |
Private Attributes | |
const ParamGeneratorInterface < T > *const | base_ |
T | value_ |
int | index_ |
const IncrementT | step_ |
Definition at line 10197 of file fused-src/gtest/gtest.h.
testing::internal::RangeGenerator< T, IncrementT >::Iterator::Iterator | ( | const ParamGeneratorInterface< T > * | base, |
T | value, | ||
int | index, | ||
IncrementT | step | ||
) | [inline] |
Definition at line 10199 of file fused-src/gtest/gtest.h.
virtual testing::internal::RangeGenerator< T, IncrementT >::Iterator::~Iterator | ( | ) | [inline, virtual] |
Definition at line 10202 of file fused-src/gtest/gtest.h.
testing::internal::RangeGenerator< T, IncrementT >::Iterator::Iterator | ( | const Iterator & | other | ) | [inline, private] |
Definition at line 10227 of file fused-src/gtest/gtest.h.
virtual void testing::internal::RangeGenerator< T, IncrementT >::Iterator::Advance | ( | ) | [inline, virtual] |
Implements testing::internal::ParamIteratorInterface< T >.
Definition at line 10207 of file fused-src/gtest/gtest.h.
virtual const ParamGeneratorInterface<T>* testing::internal::RangeGenerator< T, IncrementT >::Iterator::BaseGenerator | ( | ) | const [inline, virtual] |
Implements testing::internal::ParamIteratorInterface< T >.
Definition at line 10204 of file fused-src/gtest/gtest.h.
virtual ParamIteratorInterface<T>* testing::internal::RangeGenerator< T, IncrementT >::Iterator::Clone | ( | ) | const [inline, virtual] |
Implements testing::internal::ParamIteratorInterface< T >.
Definition at line 10211 of file fused-src/gtest/gtest.h.
virtual const T* testing::internal::RangeGenerator< T, IncrementT >::Iterator::Current | ( | ) | const [inline, virtual] |
Implements testing::internal::ParamIteratorInterface< T >.
Definition at line 10214 of file fused-src/gtest/gtest.h.
virtual bool testing::internal::RangeGenerator< T, IncrementT >::Iterator::Equals | ( | const ParamIteratorInterface< T > & | other | ) | const [inline, virtual] |
Implements testing::internal::ParamIteratorInterface< T >.
Definition at line 10215 of file fused-src/gtest/gtest.h.
void testing::internal::RangeGenerator< T, IncrementT >::Iterator::operator= | ( | const Iterator & | other | ) | [private] |
const ParamGeneratorInterface<T>* const testing::internal::RangeGenerator< T, IncrementT >::Iterator::base_ [private] |
Definition at line 10235 of file fused-src/gtest/gtest.h.
int testing::internal::RangeGenerator< T, IncrementT >::Iterator::index_ [private] |
Definition at line 10237 of file fused-src/gtest/gtest.h.
const IncrementT testing::internal::RangeGenerator< T, IncrementT >::Iterator::step_ [private] |
Definition at line 10238 of file fused-src/gtest/gtest.h.
T testing::internal::RangeGenerator< T, IncrementT >::Iterator::value_ [private] |
Definition at line 10236 of file fused-src/gtest/gtest.h.