#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 |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |