|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gtest-param-util.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 | |
| std::shared_ptr< const ParamGeneratorInterface< T > > | impl_ |
Definition at line 88 of file gtest-param-util.h.
| typedef ParamIterator<T> testing::internal::ParamGenerator< T >::iterator |
Definition at line 185 of file gtest-param-util.h.
|
inlineexplicit |
Definition at line 187 of file gtest-param-util.h.
|
inline |
Definition at line 188 of file gtest-param-util.h.
|
inline |
Definition at line 190 of file gtest-param-util.h.
|
inline |
Definition at line 195 of file gtest-param-util.h.
|
inline |
Definition at line 196 of file gtest-param-util.h.
|
private |
Definition at line 199 of file gtest-param-util.h.
1.8.14