Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
testing::internal::TestMetaFactoryBase< ParamType > Class Template Referenceabstract

#include <gtest-param-util.h>

Inheritance diagram for testing::internal::TestMetaFactoryBase< ParamType >:

Public Member Functions

virtual ~TestMetaFactoryBase ()
virtual TestFactoryBaseCreateTestFactory (ParamType parameter)=0

Detailed Description

template<class ParamType>
class testing::internal::TestMetaFactoryBase< ParamType >

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

Constructor & Destructor Documentation

◆ ~TestMetaFactoryBase()

template<class ParamType>
virtual testing::internal::TestMetaFactoryBase< ParamType >::~TestMetaFactoryBase ( )
inlinevirtual

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

Member Function Documentation

◆ CreateTestFactory()

template<class ParamType>
virtual TestFactoryBase * testing::internal::TestMetaFactoryBase< ParamType >::CreateTestFactory ( ParamType parameter)
pure virtual

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