#include <gtest.h>
Public Types | |
| typedef ParamIterator< T > | iterator |
| typedef ParamIterator< T > | iterator |
Public Member Functions | |
| iterator | begin () const |
| iterator | begin () const |
| iterator | end () const |
| iterator | end () const |
| ParamGenerator & | operator= (const ParamGenerator &other) |
| ParamGenerator & | operator= (const ParamGenerator &other) |
| ParamGenerator (ParamGeneratorInterface< T > *impl) | |
| ParamGenerator (ParamGeneratorInterface< T > *impl) | |
| ParamGenerator (const ParamGenerator &other) | |
| ParamGenerator (const ParamGenerator &other) | |
Private Attributes | |
| linked_ptr< const ParamGeneratorInterface< T > > | impl_ |
Definition at line 10158 of file gmock/gtest/fused-src/gtest/gtest.h.
| typedef ParamIterator<T> testing::internal::ParamGenerator< T >::iterator |
Definition at line 10160 of file gmock/gtest/fused-src/gtest/gtest.h.
| typedef ParamIterator<T> testing::internal::ParamGenerator< T >::iterator |
Definition at line 10160 of file gtest/fused-src/gtest/gtest.h.
| testing::internal::ParamGenerator< T >::ParamGenerator | ( | ParamGeneratorInterface< T > * | impl | ) | [inline, explicit] |
Definition at line 10162 of file gmock/gtest/fused-src/gtest/gtest.h.
| testing::internal::ParamGenerator< T >::ParamGenerator | ( | const ParamGenerator< T > & | other | ) | [inline] |
Definition at line 10163 of file gmock/gtest/fused-src/gtest/gtest.h.
| testing::internal::ParamGenerator< T >::ParamGenerator | ( | ParamGeneratorInterface< T > * | impl | ) | [inline, explicit] |
Definition at line 10162 of file gtest/fused-src/gtest/gtest.h.
| testing::internal::ParamGenerator< T >::ParamGenerator | ( | const ParamGenerator< T > & | other | ) | [inline] |
Definition at line 10163 of file gtest/fused-src/gtest/gtest.h.
| iterator testing::internal::ParamGenerator< T >::begin | ( | ) | const [inline] |
Definition at line 10170 of file gmock/gtest/fused-src/gtest/gtest.h.
| iterator testing::internal::ParamGenerator< T >::begin | ( | ) | const [inline] |
Definition at line 10170 of file gtest/fused-src/gtest/gtest.h.
| iterator testing::internal::ParamGenerator< T >::end | ( | ) | const [inline] |
Definition at line 10171 of file gtest/fused-src/gtest/gtest.h.
| iterator testing::internal::ParamGenerator< T >::end | ( | ) | const [inline] |
Definition at line 10171 of file gmock/gtest/fused-src/gtest/gtest.h.
| ParamGenerator& testing::internal::ParamGenerator< T >::operator= | ( | const ParamGenerator< T > & | other | ) | [inline] |
Definition at line 10165 of file gtest/fused-src/gtest/gtest.h.
| ParamGenerator& testing::internal::ParamGenerator< T >::operator= | ( | const ParamGenerator< T > & | other | ) | [inline] |
Definition at line 10165 of file gmock/gtest/fused-src/gtest/gtest.h.
linked_ptr< const ParamGeneratorInterface< T > > testing::internal::ParamGenerator< T >::impl_ [private] |
Definition at line 10174 of file gmock/gtest/fused-src/gtest/gtest.h.