Class RangeGenerator::Iterator
Defined in File gtest-param-util.h
Nested Relationships
This class is a nested type of Template Class RangeGenerator.
Inheritance Relationships
Base Type
public testing::internal::ParamIteratorInterface< T >(Template Class ParamIteratorInterface)
Class Documentation
-
class Iterator : public testing::internal::ParamIteratorInterface<T>
Public Functions
-
inline Iterator(const ParamGeneratorInterface<T> *base, T value, int index, IncrementT step)
-
~Iterator() override = default
-
inline const ParamGeneratorInterface<T> *BaseGenerator() const override
-
inline void Advance() override
-
inline ParamIteratorInterface<T> *Clone() const override
-
inline const T *Current() const override
-
inline bool Equals(const ParamIteratorInterface<T> &other) const override
-
inline Iterator(const ParamGeneratorInterface<T> *base, T value, int index, IncrementT step)