void UnsignedInt_Parameter::set_value |
( |
const char * |
strint | ) |
|
throw | ( | param_exception |
| ) | | |
|
inlinevirtual |
Reads value from given char string. Here we need to parse integer value from string. Note, that at this moment strint has no spaces or tabs (or other predefined delimeters) at it's begin and end. If there is something wrong with given string we need to throw param_exception. Each specific Parameter subclass has value field of proper type. For this class type of this field must be int. After parsing you will able to get this value by method get_value(). (See example.cpp).
Reimplemented from Int_Parameter.
The documentation for this class was generated from the following file: