#include <gtest.h>
Public Types | |
typedef ptrdiff_t | difference_type |
typedef ptrdiff_t | difference_type |
typedef const T & | reference |
typedef const T & | reference |
typedef T | value_type |
typedef T | value_type |
Public Member Functions | |
bool | operator!= (const ParamIterator &other) const |
bool | operator!= (const ParamIterator &other) const |
const T & | operator* () const |
const T & | operator* () const |
ParamIterator & | operator++ () |
ParamIterator & | operator++ () |
ParamIterator | operator++ (int) |
ParamIterator | operator++ (int) |
const T * | operator-> () const |
const T * | operator-> () const |
ParamIterator & | operator= (const ParamIterator &other) |
ParamIterator & | operator= (const ParamIterator &other) |
bool | operator== (const ParamIterator &other) const |
bool | operator== (const ParamIterator &other) const |
ParamIterator (const ParamIterator &other) | |
ParamIterator (const ParamIterator &other) | |
Private Member Functions | |
ParamIterator (ParamIteratorInterface< T > *impl) | |
ParamIterator (ParamIteratorInterface< T > *impl) | |
Private Attributes | |
scoped_ptr< ParamIteratorInterface< T > > | impl_ |
Friends | |
class | ParamGenerator< T > |
Definition at line 10746 of file gmock/fused-src/gtest/gtest.h.
typedef ptrdiff_t testing::internal::ParamIterator< T >::difference_type |
Definition at line 10751 of file gmock/fused-src/gtest/gtest.h.
typedef ptrdiff_t testing::internal::ParamIterator< T >::difference_type |
Definition at line 10751 of file gmock/gtest/fused-src/gtest/gtest.h.
typedef const T& testing::internal::ParamIterator< T >::reference |
Definition at line 10750 of file gmock/gtest/fused-src/gtest/gtest.h.
typedef const T& testing::internal::ParamIterator< T >::reference |
Definition at line 10750 of file gmock/fused-src/gtest/gtest.h.
typedef T testing::internal::ParamIterator< T >::value_type |
Definition at line 10749 of file gmock/gtest/fused-src/gtest/gtest.h.
typedef T testing::internal::ParamIterator< T >::value_type |
Definition at line 10749 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 10754 of file gmock/fused-src/gtest/gtest.h.
|
inlineexplicitprivate |
Definition at line 10789 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 10754 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inlineexplicitprivate |
Definition at line 10789 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 10782 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 10782 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 10763 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 10763 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 10766 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 10766 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 10772 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 10772 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 10764 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 10764 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 10755 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 10755 of file gmock/gtest/fused-src/gtest/gtest.h.
|
inline |
Definition at line 10778 of file gmock/fused-src/gtest/gtest.h.
|
inline |
Definition at line 10778 of file gmock/gtest/fused-src/gtest/gtest.h.
|
friend |
Definition at line 10788 of file gmock/fused-src/gtest/gtest.h.
|
private |
Definition at line 10790 of file gmock/fused-src/gtest/gtest.h.