#include <gtest.h>
Public Types | |
typedef ptrdiff_t | difference_type |
typedef const T & | reference |
typedef T | value_type |
Public Member Functions | |
bool | operator!= (const ParamIterator &other) const |
const T & | operator* () const |
ParamIterator & | operator++ () |
ParamIterator | operator++ (int) |
const T * | operator-> () const |
ParamIterator & | operator= (const ParamIterator &other) |
bool | operator== (const ParamIterator &other) const |
ParamIterator (const ParamIterator &other) | |
Private Member Functions | |
ParamIterator (ParamIteratorInterface< T > *impl) | |
Private Attributes | |
scoped_ptr < ParamIteratorInterface< T > > | impl_ |
Friends | |
class | ParamGenerator< T > |
typedef ptrdiff_t testing::internal::ParamIterator< T >::difference_type |
typedef const T& testing::internal::ParamIterator< T >::reference |
typedef T testing::internal::ParamIterator< T >::value_type |
testing::internal::ParamIterator< T >::ParamIterator | ( | const ParamIterator< T > & | other | ) | [inline] |
testing::internal::ParamIterator< T >::ParamIterator | ( | ParamIteratorInterface< T > * | impl | ) | [inline, explicit, private] |
bool testing::internal::ParamIterator< T >::operator!= | ( | const ParamIterator< T > & | other | ) | const [inline] |
const T& testing::internal::ParamIterator< T >::operator* | ( | ) | const [inline] |
ParamIterator& testing::internal::ParamIterator< T >::operator++ | ( | ) | [inline] |
ParamIterator testing::internal::ParamIterator< T >::operator++ | ( | int | ) | [inline] |
const T* testing::internal::ParamIterator< T >::operator-> | ( | ) | const [inline] |
ParamIterator& testing::internal::ParamIterator< T >::operator= | ( | const ParamIterator< T > & | other | ) | [inline] |
bool testing::internal::ParamIterator< T >::operator== | ( | const ParamIterator< T > & | other | ) | const [inline] |
friend class ParamGenerator< T > [friend] |
scoped_ptr<ParamIteratorInterface<T> > testing::internal::ParamIterator< T >::impl_ [private] |