|
Jlm
|
#include <CommandLine.hpp>

Classes | |
| class | Exception |
Public Member Functions | |
| virtual | ~CommandLineParser () noexcept |
| CommandLineParser ()=default | |
| virtual const CommandLineOptions & | ParseCommandLineArguments (int argc, const char *const *argv)=0 |
Interface for the command line parser of a Jlm command line tool.
Definition at line 578 of file CommandLine.hpp.
|
virtualdefaultnoexcept |
|
default |
|
pure virtual |