|
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 94 of file gtest-param-util.h.
| typedef ParamIterator<T> testing::internal::ParamGenerator< typename >::iterator |
Definition at line 190 of file gtest-param-util.h.
|
inlineexplicit |
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 195 of file gtest-param-util.h.
|
inline |
Definition at line 200 of file gtest-param-util.h.
|
inline |
Definition at line 201 of file gtest-param-util.h.
|
private |
Definition at line 204 of file gtest-param-util.h.
1.8.5