CLIParser

class CLIParser

The role of the CLIParser is to parse all command line options provided to an XACC-enabled program. It takes upon construction to available argc and argv variables from the command line, and parses them to fill the RuntimeOptions singleton and load any XACC Compiler or Accelerator plugins.

It also queries all available OptionProviders to display all available options to the XACC user.

Public Functions

CLIParser()

The constructor