Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gtest-param-util.h>
Classes | |
class | Iterator |
Public Member Functions | |
RangeGenerator (T begin, T end, IncrementT step) | |
~RangeGenerator () override | |
ParamIteratorInterface< T > * | Begin () const override |
ParamIteratorInterface< T > * | End () const override |
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 IncrementT | step_ |
const int | end_index_ |
Additional Inherited Members | |
Public Types inherited from testing::internal::ParamGeneratorInterface< T > | |
typedef T | ParamType |
Definition at line 207 of file gtest-param-util.h.
|
inline |
Definition at line 209 of file gtest-param-util.h.
|
inlineoverride |
Definition at line 212 of file gtest-param-util.h.
|
inlineoverridevirtual |
Implements testing::internal::ParamGeneratorInterface< T >.
Definition at line 214 of file gtest-param-util.h.
|
inlineoverridevirtual |
Implements testing::internal::ParamGeneratorInterface< T >.
Definition at line 217 of file gtest-param-util.h.
|
inlinestaticprivate |
Definition at line 266 of file gtest-param-util.h.
|
private |
|
private |
Definition at line 278 of file gtest-param-util.h.
|
private |
Definition at line 279 of file gtest-param-util.h.
|
private |
Definition at line 280 of file gtest-param-util.h.
|
private |
Definition at line 283 of file gtest-param-util.h.