Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gtest-param-util.h>
Public Types | |
typedef T | value_type |
typedef const T & | reference |
typedef ptrdiff_t | difference_type |
Public Member Functions | |
ParamIterator (const ParamIterator &other) | |
ParamIterator & | operator= (const ParamIterator &other) |
const T & | operator* () const |
const T * | operator-> () const |
ParamIterator & | operator++ () |
ParamIterator | operator++ (int) |
bool | operator== (const ParamIterator &other) const |
bool | operator!= (const ParamIterator &other) const |
Private Member Functions | |
ParamIterator (ParamIteratorInterface< T > *impl) | |
Private Attributes | |
std::unique_ptr < ParamIteratorInterface< T > > | impl_ |
Friends | |
class | ParamGenerator< T > |
Definition at line 129 of file gtest-param-util.h.
typedef T testing::internal::ParamIterator< T >::value_type |
Definition at line 131 of file gtest-param-util.h.
typedef const T& testing::internal::ParamIterator< T >::reference |
Definition at line 132 of file gtest-param-util.h.
typedef ptrdiff_t testing::internal::ParamIterator< T >::difference_type |
Definition at line 133 of file gtest-param-util.h.
|
inline |
Definition at line 136 of file gtest-param-util.h.
|
inlineexplicitprivate |
Definition at line 164 of file gtest-param-util.h.
|
inline |
Definition at line 137 of file gtest-param-util.h.
|
inline |
Definition at line 142 of file gtest-param-util.h.
|
inline |
Definition at line 143 of file gtest-param-util.h.
|
inline |
Definition at line 145 of file gtest-param-util.h.
|
inline |
Definition at line 150 of file gtest-param-util.h.
|
inline |
Definition at line 155 of file gtest-param-util.h.
|
inline |
Definition at line 158 of file gtest-param-util.h.
|
friend |
Definition at line 163 of file gtest-param-util.h.
|
private |
Definition at line 165 of file gtest-param-util.h.