12 #ifndef __KOME_CORE_COMMON_PARAMETER_MANAGER_H__
13 #define __KOME_CORE_COMMON_PARAMETER_MANAGER_H__
45 std::string paramName;
46 std::string paramValue;
60 int getNumberOfParameters();
68 std::string getParameterName(
unsigned int index );
76 void setParameter( std::string paramName, std::string paramValue,
bool tempFlg );
85 std::string getParameter( std::string paramName, std::string defaultName );
93 bool isTemporaryParameter(
unsigned int index );
102 void setIniString( std::string strKey, std::string strValue );
117 #endif // __KOME_CORE_COMMON_PARAMETER_MANAGER_H__
common parameter manager class
std::vector< ParamInfo > m_paramInfo