Return the command‐line options and their values. If an option was not entered on the command line or set through an environment variable, then the option will be in a null state (note the difference with the options method). This method is especially useful for overwriting some other configuration (potentially obtained from a configuration file). The behavior is undefined unless isParsed returns true.

Synopsis

Declared in <balcl_commandline.h>

CommandLineOptionsHandle
specifiedOptions() const;

Created with MrDocs