34 name = std::string(
"");
unsigned long long ullval
variable to store unsigned long long parameter value
long long llval
variable to store long long parameter value
void get_property(double &val_)
Call to get a double value.
std::string name
The name of the configuration property.
virtual ~Config_Element()
Destructor of the class.
Header file for a class describing a universal parameter with name and value stored in a config map...
bool bval
variable to store bool parameter value
Config_Element()
Nullary constructor of the class.
long ival
variable to store int parameter value
void set_property(std::string name_, double val_)
Call to set a double value.
double dval
variable to store double parameter value