Return the command‐line options and their values. 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.

Synopsis

Declared in <balcl_commandline.h>

CommandLineOptionsHandle
options() const;

Created with MrDocs