UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Protected Attributes | List of all members
Double_Parameter Class Reference
Inheritance diagram for Double_Parameter:
Parameter UnsignedDouble_Parameter

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 TextFileParserparser
 

Additional Inherited Members

- Protected Member Functions inherited from Parameter
 Parameter (const char *name, bool unique=true)
 

Member Function Documentation

void Double_Parameter::set_value ( const char *  )
throw (param_exception
)
virtual

Method for parsing value from given char string. (See example in Int_Parameter class)

Implements Parameter.

Reimplemented in UnsignedDouble_Parameter.


The documentation for this class was generated from the following file: