template <typename T, typename IncrementT>
class RangeGenerator
Defined at line 213 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h
Generates values from a range of two comparable values. Can be used to
generate sequences of user-defined types that implement operator+() and
operator
<
().
This class is used in the Range() function.
Public Methods
void RangeGenerator<T, IncrementT> (T begin, T end, IncrementT step)
Defined at line 215 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h
void ~RangeGenerator<T, IncrementT> ()
Defined at line 220 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h
ParamIteratorInterface<T> * Begin ()
Defined at line 222 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h
ParamIteratorInterface<T> * End ()
Defined at line 225 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h