QUDA  v1.1.0
A library for QCD on GPUs
Public Types | Public Member Functions | List of all members
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
 

Detailed Description

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

Definition at line 181 of file gtest-param-util.h.

Member Typedef Documentation

◆ iterator

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

Definition at line 183 of file gtest-param-util.h.

Constructor & Destructor Documentation

◆ ParamGenerator() [1/2]

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

Definition at line 185 of file gtest-param-util.h.

◆ ParamGenerator() [2/2]

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

Definition at line 186 of file gtest-param-util.h.

Member Function Documentation

◆ begin()

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

Definition at line 193 of file gtest-param-util.h.

◆ end()

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

Definition at line 194 of file gtest-param-util.h.

◆ operator=()

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

Definition at line 188 of file gtest-param-util.h.


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