|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|

Public Member Functions | |
| Iterator (const ParamGeneratorInterface< T > *base, typename ContainerType::const_iterator iterator) | |
| ~Iterator () override | |
| 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 |
Public Member Functions inherited from testing::internal::ParamIteratorInterface< T > | |
| virtual | ~ParamIteratorInterface () |
Private Member Functions | |
| Iterator (const Iterator &other) | |
Private Attributes | |
| const ParamGeneratorInterface< T > *const | base_ |
| ContainerType::const_iterator | iterator_ |
| std::unique_ptr< const T > | value_ |
Definition at line 309 of file gtest-param-util.h.
|
inline |
Definition at line 311 of file gtest-param-util.h.
|
inlineoverride |
Definition at line 314 of file gtest-param-util.h.
|
inlineprivate |
Definition at line 348 of file gtest-param-util.h.
|
inlineoverridevirtual |
Implements testing::internal::ParamIteratorInterface< T >.
Definition at line 316 of file gtest-param-util.h.
|
inlineoverridevirtual |
Implements testing::internal::ParamIteratorInterface< T >.
Definition at line 319 of file gtest-param-util.h.
|
inlineoverridevirtual |
Implements testing::internal::ParamIteratorInterface< T >.
Definition at line 323 of file gtest-param-util.h.
|
inlineoverridevirtual |
Implements testing::internal::ParamIteratorInterface< T >.
Definition at line 333 of file gtest-param-util.h.
|
inlineoverridevirtual |
Implements testing::internal::ParamIteratorInterface< T >.
Definition at line 337 of file gtest-param-util.h.
|
private |
Definition at line 355 of file gtest-param-util.h.
|
private |
Definition at line 356 of file gtest-param-util.h.
|
mutableprivate |
Definition at line 362 of file gtest-param-util.h.
1.8.14