|
CHROMA
|
#include <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 |
Private Attributes | |
| linked_ptr< const ParamGeneratorInterface< T > > | impl_ |
| typedef ParamIterator<T> testing::internal::ParamGenerator< T >::iterator |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 10165 of file gtest.h.
References testing::internal::ParamGenerator< T >::impl_.
|
private |
Definition at line 10174 of file gtest.h.
Referenced by testing::internal::ParamGenerator< T >::operator=().