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::TestParamInfo< ParamType > Struct Template Reference

#include <gtest-param-util.h>

Public Member Functions

 TestParamInfo (const ParamType &a_param, size_t an_index)
 

Public Attributes

ParamType param
 
size_t index
 

Detailed Description

template<class ParamType>
struct testing::TestParamInfo< ParamType >

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

Constructor & Destructor Documentation

template<class ParamType>
testing::TestParamInfo< ParamType >::TestParamInfo ( const ParamType &  a_param,
size_t  an_index 
)
inline

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

Member Data Documentation

template<class ParamType>
ParamType testing::TestParamInfo< ParamType >::param

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

template<class ParamType>
size_t testing::TestParamInfo< ParamType >::index

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


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