#include <ts_gtest.h>
Public Types | |
| typedef ParamIterator< T > | iterator |
Public Member Functions | |
| ParamGenerator (ParamGeneratorInterface< T > *impl) | |
| ParamGenerator (const ParamGenerator &other) | |
| ParamGenerator & | operator= (const ParamGenerator &other) |
| iterator | begin () const |
| iterator | end () const |
| typedef ParamIterator<T> testing::internal::ParamGenerator< T >::iterator |
| testing::internal::ParamGenerator< T >::ParamGenerator | ( | ParamGeneratorInterface< T > * | impl | ) | [explicit] |
| testing::internal::ParamGenerator< T >::ParamGenerator | ( | const ParamGenerator< T > & | other | ) |
| ParamGenerator& testing::internal::ParamGenerator< T >::operator= | ( | const ParamGenerator< T > & | other | ) |
| iterator testing::internal::ParamGenerator< T >::begin | ( | ) | const |
| iterator testing::internal::ParamGenerator< T >::end | ( | ) | const |