#include <gtest.h>
| Public Types | |
| typedef ptrdiff_t | difference_type | 
| 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) | |
| Public Attributes | |
| const typedef T & | reference | 
| 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 T testing::internal::ParamIterator< T >::value_type | 
| 
 | inline | 
| 
 | inlineexplicitprivate | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | friend | 
| 
 | private | 
| const typedef T& testing::internal::ParamIterator< T >::reference |