Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
testing::internal::ParameterizedTestSuiteInfo< TestSuite >::InstantiationInfo Struct Reference

Public Member Functions

 InstantiationInfo (const std::string &name_in, GeneratorCreationFunc *generator_in, ParamNameGeneratorFunc *name_func_in, const char *file_in, int line_in)
 

Public Attributes

std::string name
 
GeneratorCreationFunc * generator
 
ParamNameGeneratorFuncname_func
 
const char * file
 
int line
 

Detailed Description

template<class TestSuite>
struct testing::internal::ParameterizedTestSuiteInfo< TestSuite >::InstantiationInfo

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

Constructor & Destructor Documentation

template<class TestSuite>
testing::internal::ParameterizedTestSuiteInfo< TestSuite >::InstantiationInfo::InstantiationInfo ( const std::string &  name_in,
GeneratorCreationFunc *  generator_in,
ParamNameGeneratorFunc name_func_in,
const char *  file_in,
int  line_in 
)
inline

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

Member Data Documentation

template<class TestSuite>
std::string testing::internal::ParameterizedTestSuiteInfo< TestSuite >::InstantiationInfo::name

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

template<class TestSuite>
GeneratorCreationFunc* testing::internal::ParameterizedTestSuiteInfo< TestSuite >::InstantiationInfo::generator

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

template<class TestSuite>
ParamNameGeneratorFunc* testing::internal::ParameterizedTestSuiteInfo< TestSuite >::InstantiationInfo::name_func

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

template<class TestSuite>
const char* testing::internal::ParameterizedTestSuiteInfo< TestSuite >::InstantiationInfo::file

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

template<class TestSuite>
int testing::internal::ParameterizedTestSuiteInfo< TestSuite >::InstantiationInfo::line

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


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