Class diagram for OptionLiteral:

Public Members | |
| OptionLiteral ( String argument, bool* storage_for_is_set = 0, bool default_value = false ) | |
| Construct with a name for this option and, a location for a boolean value, and a boolean to set the location if a match is found. | |
| OptionLiteral ( String argument, String description, bool* storage_for_is_set = 0, bool default_value = false ) | |
| virtual | ~OptionLiteral () |
| virtual bool | is_set () const |
| Returns true if a successful match is made. More... | |
| virtual bool | is_set ( ValueClass* value, Option* context ) const |
| virtual bool | parse ( TokenStream* tokens, bool &changed, ValueClass* parent = 0 ) |
| virtual void | print ( String& command_line_string, suif_vector<OptionDescription>* descriptions ) const |
Construct with a name for this option and, a location for a boolean value, and a boolean to set the location if a match is found.
[virtual]
[virtual]Returns true if a successful match is made.
Independent of the value set to storage_for_is_set.
[virtual]
[virtual]
Reimplemented from Option.
[virtual]
Reimplemented from Option.
written by Dimitri van Heesch, © 1997-1999