|
Jlm
|
#include <CommandLine.hpp>


Public Member Functions | |
| ~JlmOptCommandLineParser () noexcept override | |
| const JlmOptCommandLineOptions & | ParseCommandLineArguments (int argc, const char *const *argv) override |
Public Member Functions inherited from jlm::tooling::CommandLineParser | |
| virtual | ~CommandLineParser () noexcept |
| CommandLineParser ()=default | |
Static Public Member Functions | |
| static const JlmOptCommandLineOptions & | Parse (int argc, const char *const *argv) |
Private Attributes | |
| std::unique_ptr< JlmOptCommandLineOptions > | CommandLineOptions_ |
Command line parser for jlm-opt command line tool.
Definition at line 638 of file CommandLine.hpp.
|
overridedefaultnoexcept |
|
static |
Definition at line 952 of file CommandLine.cpp.
|
overridevirtual |
Implements jlm::tooling::CommandLineParser.
Definition at line 651 of file CommandLine.cpp.
|
private |
Definition at line 650 of file CommandLine.hpp.