QUDA  v0.7.0
A library for QCD on GPUs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
testing::internal::ParamGenerator< typename > Class Template Reference

#include <gtest.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
 

Detailed Description

template<typename>
class testing::internal::ParamGenerator< typename >

Definition at line 10063 of file gtest.h.

Member Typedef Documentation

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

Definition at line 10160 of file gtest.h.

Constructor & Destructor Documentation

template<typename >
testing::internal::ParamGenerator< typename >::ParamGenerator ( ParamGeneratorInterface< T > *  impl)
inlineexplicit

Definition at line 10162 of file gtest.h.

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

Definition at line 10163 of file gtest.h.

Member Function Documentation

template<typename >
iterator testing::internal::ParamGenerator< typename >::begin ( ) const
inline

Definition at line 10170 of file gtest.h.

template<typename >
iterator testing::internal::ParamGenerator< typename >::end ( ) const
inline

Definition at line 10171 of file gtest.h.

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

Definition at line 10165 of file gtest.h.


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