Class diagram for OptionInt:

Public Members | |
| OptionInt ( String arguments = String("int"), int* storage_for_integer = 0 ) | |
| Construct with a name for this option and a location to hold an int. | |
| virtual | ~OptionInt () |
| virtual IntValueClass* | get_int ( int number = 0 ) |
| virtual IntValueClass* | get_int ( ValueClass* value, Option* context ) const |
| virtual bool | parse ( TokenStream* tokens, bool &changed, ValueClass* parent = 0 ) |
Construct with a name for this option and a location to hold an int.
[virtual]
[virtual]
[virtual]
[virtual]
Reimplemented from Option.
written by Dimitri van Heesch, © 1997-1999