Public Types | Public Member Functions | List of all members
testing::internal::ParamGenerator< typename > Class Template Reference

#include <ts_gtest.h>

Public Types

typedef ParamIterator< Titerator
 

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 >
typedef ParamIterator<T> testing::internal::ParamGenerator< typename >::iterator

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename >
ParamGenerator& testing::internal::ParamGenerator< typename >::operator= ( const ParamGenerator< typename > &  other)
template<typename >
iterator testing::internal::ParamGenerator< typename >::begin ( ) const
template<typename >
iterator testing::internal::ParamGenerator< typename >::end ( ) const

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