GrPPI
1.0
Generic and Reusable Parallel Pattern Interface
|
#include <gtest-param-util.h>
Public Types | |
typedef T | value_type |
typedef const T & | reference |
typedef ptrdiff_t | difference_type |
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 |
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 > |
typedef ptrdiff_t testing::internal::ParamIterator< T >::difference_type |
typedef ptrdiff_t testing::internal::ParamIterator< T >::difference_type |
typedef const T& testing::internal::ParamIterator< T >::reference |
typedef const T& testing::internal::ParamIterator< T >::reference |
typedef T testing::internal::ParamIterator< T >::value_type |
typedef T testing::internal::ParamIterator< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |