Return the command‐line options and their values.
Synopsis
Declared in <balcl_commandline.h>
CommandLineOptionsHandle
options() const;
Description
If an option was not entered on the command line and a default value was provided for that option, then that default value will be used (note the difference with the specifiedOptions method). If an option was not entered on the command line and no default value was provided for that option, then the corresponding option will be in a null state. The behavior is undefined unless isParsed returns true.
Return Value
handle to the command‐line options and their values
Created with MrDocs