#include <Option.h>

Public Member Functions | |
| DecimalOption & | operator= (const DecimalOption &rhs) |
| Assigment operator. | |
| OptionValueType | getType () const |
| Get type. | |
| virtual string | getObjectName () const |
| Get ObjectName. | |
| void | setValue (const string &s) |
| Set value. | |
| void | setValue (const Decimal &v) |
| Decimal | getValue () const |
| Get value. | |
| string | print () const |
| Print. | |
| string | printValue () const |
| PrintValue. | |
Friends | |
| class | Options |
1.5.6