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 | Friends | List of all members
testing::WithParamInterface< T > Class Template Reference

#include <gtest.h>

+ Inheritance diagram for testing::WithParamInterface< T >:

Public Types

typedef T ParamType
 

Public Member Functions

virtual ~WithParamInterface ()
 
const ParamTypeGetParam () const
 

Friends

template<class TestClass >
class internal::ParameterizedTestFactory
 

Detailed Description

template<typename T>
class testing::WithParamInterface< T >

Definition at line 19213 of file gtest.h.

Member Typedef Documentation

template<typename T>
typedef T testing::WithParamInterface< T >::ParamType

Definition at line 19215 of file gtest.h.

Constructor & Destructor Documentation

template<typename T>
virtual testing::WithParamInterface< T >::~WithParamInterface ( )
inlinevirtual

Definition at line 19216 of file gtest.h.

Member Function Documentation

template<typename T>
const ParamType& testing::WithParamInterface< T >::GetParam ( ) const
inline

Definition at line 19223 of file gtest.h.

Friends And Related Function Documentation

template<typename T>
template<class TestClass >
friend class internal::ParameterizedTestFactory
friend

Definition at line 19241 of file gtest.h.


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