#include <ts_gtest.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 > |
typedef T testing::internal::ParamIterator< T >::value_type |
typedef const T& testing::internal::ParamIterator< T >::reference |
typedef ptrdiff_t testing::internal::ParamIterator< T >::difference_type |
testing::internal::ParamIterator< T >::ParamIterator | ( | const ParamIterator< T > & | other | ) |
ParamIterator& testing::internal::ParamIterator< T >::operator= | ( | const ParamIterator< T > & | other | ) |
const T& testing::internal::ParamIterator< T >::operator* | ( | ) | const |
const T* testing::internal::ParamIterator< T >::operator-> | ( | ) | const |
ParamIterator& testing::internal::ParamIterator< T >::operator++ | ( | ) |
ParamIterator testing::internal::ParamIterator< T >::operator++ | ( | int | ) |
bool testing::internal::ParamIterator< T >::operator== | ( | const ParamIterator< T > & | other | ) | const |
bool testing::internal::ParamIterator< T >::operator!= | ( | const ParamIterator< T > & | other | ) | const |
|
friend |