UNIVERS
15.3
UNIVERS base processing software API
|
Public Member Functions | |
Double_Parameter (const char *name) | |
void | set_value (const char *double_val) throw (param_exception) |
double | get_value () const |
Public Member Functions inherited from Parameter | |
const std::string & | get_name () const |
bool | is_inited () const |
bool | is_unique () const |
Protected Attributes | |
double | value |
Protected Attributes inherited from Parameter | |
bool | is_init |
bool | is_uniq |
const TextFileParser * | parser |
Additional Inherited Members | |
Protected Member Functions inherited from Parameter | |
Parameter (const char *name, bool unique=true) | |
|
virtual |
Method for parsing value from given char string. (See example in Int_Parameter class)
Implements Parameter.
Reimplemented in UnsignedDouble_Parameter.