Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Public Member Functions | |
Iterator (const ParamGeneratorInterface< T > *base, T value, int index, IncrementT step) | |
~Iterator () override=default | |
const ParamGeneratorInterface < T > * | BaseGenerator () const override |
void | Advance () override |
ParamIteratorInterface< T > * | Clone () const override |
const T * | Current () const override |
bool | Equals (const ParamIteratorInterface< T > &other) const override |
![]() | |
virtual | ~ParamIteratorInterface ()=default |
Private Member Functions | |
Iterator (const Iterator &other) | |
void | operator= (const Iterator &other) |
Private Attributes | |
const ParamGeneratorInterface < T > *const | base_ |
T | value_ |
int | index_ |
const IncrementT | step_ |
Definition at line 229 of file gtest-param-util.h.
|
inline |
Definition at line 231 of file gtest-param-util.h.
|
overridedefault |
|
inlineprivate |
Definition at line 259 of file gtest-param-util.h.
|
inlineoverridevirtual |
Implements testing::internal::ParamIteratorInterface< T >.
Definition at line 236 of file gtest-param-util.h.
|
inlineoverridevirtual |
Implements testing::internal::ParamIteratorInterface< T >.
Definition at line 239 of file gtest-param-util.h.
|
inlineoverridevirtual |
Implements testing::internal::ParamIteratorInterface< T >.
Definition at line 243 of file gtest-param-util.h.
|
inlineoverridevirtual |
Implements testing::internal::ParamIteratorInterface< T >.
Definition at line 246 of file gtest-param-util.h.
|
inlineoverridevirtual |
Implements testing::internal::ParamIteratorInterface< T >.
Definition at line 247 of file gtest-param-util.h.
|
private |
|
private |
Definition at line 269 of file gtest-param-util.h.
|
private |
Definition at line 270 of file gtest-param-util.h.
|
private |
Definition at line 271 of file gtest-param-util.h.
|
private |
Definition at line 272 of file gtest-param-util.h.