#include <gtest.h>

Classes | |
| class | Iterator |
Public Member Functions | |
| virtual ParamIteratorInterface< T > * | Begin () const |
| virtual ParamIteratorInterface< T > * | Begin () const |
| virtual ParamIteratorInterface< T > * | End () const |
| virtual ParamIteratorInterface< T > * | End () const |
| RangeGenerator (T begin, T end, IncrementT step) | |
| RangeGenerator (T begin, T end, IncrementT step) | |
| virtual | ~RangeGenerator () |
| virtual | ~RangeGenerator () |
Public Member Functions inherited from testing::internal::ParamGeneratorInterface< T > | |
| virtual | ~ParamGeneratorInterface () |
| virtual | ~ParamGeneratorInterface () |
Private Member Functions | |
| void | operator= (const RangeGenerator &other) |
| void | operator= (const RangeGenerator &other) |
Static Private Member Functions | |
| static int | CalculateEndIndex (const T &begin, const T &end, const IncrementT &step) |
| 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 |
| typedef T | ParamType |
Definition at line 10840 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 10843 of file gmock/fused-src/gtest/gtest.h.
|
inlinevirtual |
Definition at line 10846 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 10843 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inlinevirtual |
Definition at line 10846 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inlinevirtual |
Implements testing::internal::ParamGeneratorInterface< T >.
Definition at line 10848 of file gmock/fused-src/gtest/gtest.h.
|
inlinevirtual |
Implements testing::internal::ParamGeneratorInterface< T >.
Definition at line 10848 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inlinestaticprivate |
Definition at line 10907 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inlinestaticprivate |
Definition at line 10907 of file gmock/fused-src/gtest/gtest.h.
|
inlinevirtual |
Implements testing::internal::ParamGeneratorInterface< T >.
Definition at line 10852 of file gmock/fused-src/gtest/gtest.h.
|
inlinevirtual |
Implements testing::internal::ParamGeneratorInterface< T >.
Definition at line 10852 of file gmock/gtest/fused-src/gtest/gtest.h.
|
private |
|
private |
|
private |
Definition at line 10922 of file gmock/fused-src/gtest/gtest.h.
|
private |
Definition at line 10923 of file gmock/fused-src/gtest/gtest.h.
|
private |
Definition at line 10927 of file gmock/fused-src/gtest/gtest.h.
|
private |
Definition at line 10924 of file gmock/fused-src/gtest/gtest.h.