- 3.0.1 core module.
testing::internal::ParamGenerator< T > Class Template Reference

#include <gtest-param-util.h>

Public Types

typedef ParamIterator< T > iterator
 

Public Member Functions

 ParamGenerator (ParamGeneratorInterface< T > *impl)
 
 ParamGenerator (const ParamGenerator &other)
 
ParamGeneratoroperator= (const ParamGenerator &other)
 
iterator begin () const
 
iterator end () const
 

Member Typedef Documentation

template<typename T>
typedef ParamIterator<T> testing::internal::ParamGenerator< T >::iterator

Constructor & Destructor Documentation

template<typename T>
testing::internal::ParamGenerator< T >::ParamGenerator ( ParamGeneratorInterface< T > *  impl)
inlineexplicit
template<typename T>
testing::internal::ParamGenerator< T >::ParamGenerator ( const ParamGenerator< T > &  other)
inline

Member Function Documentation

template<typename T>
ParamGenerator& testing::internal::ParamGenerator< T >::operator= ( const ParamGenerator< T > &  other)
inline

The documentation for this class was generated from the following file: