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::ParamGeneratorInterface< typename > Class Template Referenceabstract

#include <gtest.h>

Public Types

typedef T ParamType
 

Public Member Functions

virtual ~ParamGeneratorInterface ()
 
virtual ParamIteratorInterface
< T > * 
Begin () const =0
 
virtual ParamIteratorInterface
< T > * 
End () const =0
 

Detailed Description

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

Definition at line 10062 of file gtest.h.

Member Typedef Documentation

template<typename >
typedef T testing::internal::ParamGeneratorInterface< typename >::ParamType

Definition at line 10143 of file gtest.h.

Constructor & Destructor Documentation

template<typename >
virtual testing::internal::ParamGeneratorInterface< typename >::~ParamGeneratorInterface ( )
inlinevirtual

Definition at line 10145 of file gtest.h.

Member Function Documentation

template<typename >
virtual ParamIteratorInterface<T>* testing::internal::ParamGeneratorInterface< typename >::Begin ( ) const
pure virtual
template<typename >
virtual ParamIteratorInterface<T>* testing::internal::ParamGeneratorInterface< typename >::End ( ) const
pure virtual

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