CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
QTestParameterNames.h
Go to the documentation of this file.
1 #ifndef QTestParameterNames_H
2 #define QTestParameterNames_H
3 
14 #include<map>
15 #include<string>
16 #include<vector>
17 
19 
20  public:
27  std::vector<std::string> getTestParamNames(std::string theTestType);
28 
29  private:
30  void constructMap(std::string testType,
31  std::string param1="undefined",std::string param2="undefined",std::string param3="undefined",
32  std::string param4="undefined",std::string param5="undefined",
33  std::string param6="undefined",std::string param7="undefined"
34  ,std::string param8="undefined");
35 
36  private:
37  std::map<std::string, std::vector<std::string> > configurationMap;
38 
39 
40 
41 };
42 
43 
44 #endif
~QTestParameterNames()
Destructor.
std::map< std::string, std::vector< std::string > > configurationMap
std::vector< std::string > getTestParamNames(std::string theTestType)
QTestParameterNames()
Constructor.
void constructMap(std::string testType, std::string param1="undefined", std::string param2="undefined", std::string param3="undefined", std::string param4="undefined", std::string param5="undefined", std::string param6="undefined", std::string param7="undefined", std::string param8="undefined")