#include <gtest.h>
Public Types | |
typedef ParamIterator< T > | iterator |
Public Member Functions | |
iterator | begin () const |
iterator | end () const |
ParamGenerator & | operator= (const ParamGenerator &other) |
ParamGenerator (ParamGeneratorInterface< T > *impl) | |
ParamGenerator (const ParamGenerator &other) | |
Private Attributes | |
linked_ptr< const ParamGeneratorInterface< T > > | impl_ |
typedef ParamIterator<T> testing::internal::ParamGenerator< T >::iterator |
testing::internal::ParamGenerator< T >::ParamGenerator | ( | ParamGeneratorInterface< T > * | impl | ) | [inline, explicit] |
testing::internal::ParamGenerator< T >::ParamGenerator | ( | const ParamGenerator< T > & | other | ) | [inline] |
iterator testing::internal::ParamGenerator< T >::begin | ( | ) | const [inline] |
iterator testing::internal::ParamGenerator< T >::end | ( | ) | const [inline] |
ParamGenerator& testing::internal::ParamGenerator< T >::operator= | ( | const ParamGenerator< T > & | other | ) | [inline] |
linked_ptr<const ParamGeneratorInterface<T> > testing::internal::ParamGenerator< T >::impl_ [private] |