openMSX
|
#include <HDImageCLI.hh>
Public Member Functions | |
HDImageCLI (CommandLineParser &parser) | |
void | parseOption (const std::string &option, span< std::string > &cmdLine) override |
void | parseDone () override |
std::string_view | optionHelp () const override |
Static Public Member Functions | |
static std::string | getImageForId (int id) |
Additional Inherited Members | |
![]() | |
~CLIOption ()=default | |
![]() | |
static std::string | getArgument (const std::string &option, span< std::string > &cmdLine) |
static std::string | peekArgument (const span< std::string > &cmdLine) |
Definition at line 10 of file HDImageCLI.hh.
|
explicit |
Definition at line 15 of file HDImageCLI.cc.
References openmsx::CommandLineParser::PHASE_BEFORE_MACHINE, and openmsx::CommandLineParser::registerOption().
|
static |
Definition at line 29 of file HDImageCLI.cc.
References end(), and ranges::find_if().
Referenced by openmsx::HD::HD().
|
overridevirtual |
Implements openmsx::CLIOption.
Definition at line 52 of file HDImageCLI.cc.
|
overridevirtual |
Reimplemented from openmsx::CLIOption.
Definition at line 42 of file HDImageCLI.cc.
|
overridevirtual |
Implements openmsx::CLIOption.
Definition at line 22 of file HDImageCLI.cc.
References openmsx::CLIOption::getArgument().