GrPPI  1.0
Generic and Reusable Parallel Pattern Interface
Public Types | Public Member Functions | Static Public Member Functions | Friends | List of all members
testing::WithParamInterface< T > Class Template Reference

#include <gtest.h>

Inheritance diagram for testing::WithParamInterface< T >:
Inheritance graph
[legend]

Public Types

typedef T ParamType
 
typedef T ParamType
 

Public Member Functions

virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 

Static Public Member Functions

static const ParamTypeGetParam ()
 
static const ParamTypeGetParam ()
 

Friends

template<class TestClass >
class internal::ParameterizedTestFactory
 
template<class TestClass >
class internal::ParameterizedTestFactory
 

Member Typedef Documentation

◆ ParamType [1/2]

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

◆ ParamType [2/2]

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

Constructor & Destructor Documentation

◆ ~WithParamInterface() [1/2]

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

◆ ~WithParamInterface() [2/2]

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

Member Function Documentation

◆ GetParam() [1/2]

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

◆ GetParam() [2/2]

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

Friends And Related Function Documentation

◆ internal::ParameterizedTestFactory [1/2]

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

◆ internal::ParameterizedTestFactory [2/2]

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

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