#include <gtest-param-util.h>
Public Types | |
typedef ParamIterator< T > | iterator |
Public Member Functions | |
iterator | begin () const |
iterator | end () const |
ParamGenerator & | operator= (const ParamGenerator &other) |
ParamGenerator (const ParamGenerator &other) | |
ParamGenerator (ParamGeneratorInterface< T > *impl) | |
Private Attributes | |
std::shared_ptr< const ParamGeneratorInterface< T > > | impl_ |
Definition at line 85 of file gtest-param-util.h.
typedef ParamIterator<T> testing::internal::ParamGenerator< T >::iterator |
Definition at line 182 of file gtest-param-util.h.
|
inlineexplicit |
Definition at line 184 of file gtest-param-util.h.
|
inline |
Definition at line 185 of file gtest-param-util.h.
|
inline |
Definition at line 192 of file gtest-param-util.h.
|
inline |
Definition at line 193 of file gtest-param-util.h.
|
inline |
Definition at line 187 of file gtest-param-util.h.
|
private |
Definition at line 196 of file gtest-param-util.h.