openMSX
|
#include <HDImageCLI.hh>
Public Member Functions | |
HDImageCLI (CommandLineParser &parser) | |
void | parseOption (const std::string &option, std::span< std::string > &cmdLine) override |
void | parseDone () override |
std::string_view | optionHelp () const override |
Public Member Functions inherited from openmsx::CLIOption | |
CLIOption (const CLIOption &)=delete | |
CLIOption (CLIOption &&)=delete | |
CLIOption & | operator= (const CLIOption &)=delete |
CLIOption & | operator= (CLIOption &&)=delete |
Static Public Member Functions | |
static std::string | getImageForId (int id) |
Additional Inherited Members | |
Protected Member Functions inherited from openmsx::CLIOption | |
CLIOption ()=default | |
~CLIOption ()=default | |
Static Protected Member Functions inherited from openmsx::CLIOption | |
static std::string | getArgument (const std::string &option, std::span< std::string > &cmdLine) |
static std::string | peekArgument (const std::span< std::string > &cmdLine) |
Definition at line 10 of file HDImageCLI.hh.
|
explicit |
Definition at line 21 of file HDImageCLI.cc.
References openmsx::CommandLineParser::PHASE_BEFORE_MACHINE, and openmsx::CommandLineParser::registerOption().
|
static |
Definition at line 35 of file HDImageCLI.cc.
References end(), and ranges::find().
Referenced by openmsx::HD::HD().
|
overridevirtual |
Implements openmsx::CLIOption.
Definition at line 58 of file HDImageCLI.cc.
|
overridevirtual |
Reimplemented from openmsx::CLIOption.
Definition at line 48 of file HDImageCLI.cc.
|
overridevirtual |
Implements openmsx::CLIOption.
Definition at line 28 of file HDImageCLI.cc.
References openmsx::CLIOption::getArgument().