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::TestMetaFactory< TestCase > Class Template Reference

#include <gtest.h>

+ Inheritance diagram for testing::internal::TestMetaFactory< TestCase >:

Public Types

typedef TestCase::ParamType ParamType
 

Public Member Functions

 TestMetaFactory ()
 
virtual TestFactoryBaseCreateTestFactory (ParamType parameter)
 
- Public Member Functions inherited from testing::internal::TestMetaFactoryBase< TestCase::ParamType >
virtual ~TestMetaFactoryBase ()
 

Detailed Description

template<class TestCase>
class testing::internal::TestMetaFactory< TestCase >

Definition at line 10389 of file gtest.h.

Member Typedef Documentation

template<class TestCase >
typedef TestCase::ParamType testing::internal::TestMetaFactory< TestCase >::ParamType

Definition at line 10392 of file gtest.h.

Constructor & Destructor Documentation

template<class TestCase >
testing::internal::TestMetaFactory< TestCase >::TestMetaFactory ( )
inline

Definition at line 10394 of file gtest.h.

Member Function Documentation

template<class TestCase >
virtual TestFactoryBase* testing::internal::TestMetaFactory< TestCase >::CreateTestFactory ( ParamType  parameter)
inlinevirtual

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