23 #ifndef CONFIG_ELEMENT_H 24 #define CONFIG_ELEMENT_H 103 void set_property( std::string name_,
unsigned long long val_ );
154 #endif //Config_element 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.
A class describing a universal configuration element.
std::string name
The name of the configuration property.
virtual ~Config_Element()
Destructor of the class.
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