#include <gtest.h>

| Classes | |
| class | Iterator | 
| Public Member Functions | |
| virtual ParamIteratorInterface< T > * | Begin () const | 
| virtual ParamIteratorInterface< T > * | End () const | 
| RangeGenerator (T begin, T end, IncrementT step) | |
| virtual | ~RangeGenerator () | 
|  Public Member Functions inherited from testing::internal::ParamGeneratorInterface< T > | |
| virtual | ~ParamGeneratorInterface () | 
| Private Member Functions | |
| void | operator= (const RangeGenerator &other) | 
| Static Private Member Functions | |
| static int | CalculateEndIndex (const T &begin, const T &end, const IncrementT &step) | 
| Private Attributes | |
| const T | begin_ | 
| const T | end_ | 
| const int | end_index_ | 
| const IncrementT | step_ | 
| Additional Inherited Members | |
|  Public Types inherited from testing::internal::ParamGeneratorInterface< T > | |
| typedef T | ParamType | 
| 
 | inline | 
| 
 | inlinevirtual | 
| 
 | inlinevirtual | 
Implements testing::internal::ParamGeneratorInterface< T >.
| 
 | inlinestaticprivate | 
| 
 | inlinevirtual | 
Implements testing::internal::ParamGeneratorInterface< T >.
| 
 | private | 
| 
 | private | 
| 
 | private | 
| 
 | private | 
| 
 | private |