A argument option handler, based on the Command pattern.
A argument option handler, based on the Command pattern. Each option is associated with a handling command object.The map keeps the reverse association as well, to allow printing of a using line.
To handle a new kind of commands, just derive a class from this an overload the methods to do the work.
To obtain an argument see get_arg
This is the low level work horse for all the add methods. All the other adds works by adding appropriate cmd objects for doing the work.
Alphabetic index HTML hierarchy of classes or Java