Wire Sysio Wire Sysion 1.0.0
|
#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 |
Friends | |
class | ParamGenerator< T > |
Definition at line 118 of file gtest-param-util.h.
ptrdiff_t testing::internal::ParamIterator< T >::difference_type |
Definition at line 122 of file gtest-param-util.h.
const T& testing::internal::ParamIterator< T >::reference |
Definition at line 121 of file gtest-param-util.h.
T testing::internal::ParamIterator< T >::value_type |
Definition at line 120 of file gtest-param-util.h.
|
inline |
Definition at line 125 of file gtest-param-util.h.
|
inline |
Definition at line 148 of file gtest-param-util.h.
|
inline |
Definition at line 132 of file gtest-param-util.h.
|
inline |
Definition at line 135 of file gtest-param-util.h.
|
inline |
Definition at line 140 of file gtest-param-util.h.
|
inline |
Definition at line 133 of file gtest-param-util.h.
|
inline |
Definition at line 126 of file gtest-param-util.h.
|
inline |
Definition at line 145 of file gtest-param-util.h.
|
friend |
Definition at line 148 of file gtest-param-util.h.