MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / CommandLineParser

Class CommandLineParser

cp-profiler/src/cpprofiler/command_line_parser.hh:19–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17} // namespace cl_options
18
19class CommandLineParser
20{
21
22 QCommandLineParser cl_parser;
23
24 public:
25 CommandLineParser();
26
27 void process(const QCoreApplication &app);
28
29 QString value(const QCommandLineOption &opt);
30
31 bool isSet(const QCommandLineOption &opt);
32};
33
34} // namespace cpprofiler

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected