|
Jlm
|
#include <CommandLine.hpp>

Public Member Functions | |
| virtual | ~CommandLineOptions () |
| CommandLineOptions ()=default | |
| virtual void | Reset () noexcept=0 |
Interface for the command line options of a Jlm command line tool.
Definition at line 22 of file CommandLine.hpp.
|
virtualdefault |
|
default |
|
pure virtualnoexcept |
Resets the state of the instance.
Implemented in jlm::tooling::JhlsCommandLineOptions, jlm::tooling::JlmHlsCommandLineOptions, jlm::tooling::JlcCommandLineOptions, and jlm::tooling::JlmOptCommandLineOptions.