Class diagram for OptionPrefixString:

Public Members | |
| OptionPrefixString ( String prefix, String argname, String description, String* storage_for_string = 0 ) | |
| Construct with the name of this option and a memory location to hold a string. More... | |
| virtual | ~OptionPrefixString () |
| virtual const StringValueClass* | get_string ( int number = 0 ) const |
| virtual StringValueClass* | get_string ( ValueClass* value, Option* context ) const |
| virtual bool | parse ( TokenStream* tokens, bool &changed, ValueClass* parent = 0 ) |
| Parse a token for an integer. More... | |
Construct with the name of this option and a memory location to hold a string.
It will match any string token in the command line when parse is called
[virtual]
[virtual]
[virtual]
[virtual]Parse a token for an integer.
Returns true if successful, false otherwise.
Reimplemented from Option.
written by Dimitri van Heesch, © 1997-1999