9 #ifndef _fei_Param_hpp_
10 #define _fei_Param_hpp_
36 Param(
const char* name,
const char* value);
38 Param(
const char* name,
double value);
40 Param(
const char* name,
int value);
42 Param(
const char* name,
const void* value);
44 Param(
const char* name,
bool value);
55 const std::string&
getName()
const;
106 return string_value_;
112 return double_value_;
ParamType getType() const
bool getBoolValue() const
double getDoubleValue() const
const void * getVoidValue() const
std::string string_value_
Param(const char *name, const char *value)
const std::string & getStringValue() const
const std::string & getName() const
Param & operator=(const Param &src)