|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gtest-param-util.h>

Classes | |
| class | Iterator |
Public Member Functions | |
| template<typename ForwardIterator > | |
| ValuesInIteratorRangeGenerator (ForwardIterator begin, ForwardIterator end) | |
| ~ValuesInIteratorRangeGenerator () override=default | |
| ParamIteratorInterface< T > * | Begin () const override |
| ParamIteratorInterface< T > * | End () const override |
Public Member Functions inherited from testing::internal::ParamGeneratorInterface< T > | |
| virtual | ~ParamGeneratorInterface ()=default |
Private Types | |
| typedef ::std::vector< T > | ContainerType |
Private Member Functions | |
| void | operator= (const ValuesInIteratorRangeGenerator &other) |
Private Attributes | |
| const ContainerType | container_ |
Additional Inherited Members | |
Public Types inherited from testing::internal::ParamGeneratorInterface< T > | |
| typedef T | ParamType |
Definition at line 298 of file gtest-param-util.h.
|
private |
Definition at line 313 of file gtest-param-util.h.
|
inline |
Definition at line 301 of file gtest-param-util.h.
|
overridedefault |
|
inlineoverridevirtual |
Implements testing::internal::ParamGeneratorInterface< T >.
Definition at line 305 of file gtest-param-util.h.
|
inlineoverridevirtual |
Implements testing::internal::ParamGeneratorInterface< T >.
Definition at line 308 of file gtest-param-util.h.
|
private |
|
private |
Definition at line 374 of file gtest-param-util.h.
1.8.5