openMSX
|
#include <MSXRomCLI.hh>
Public Member Functions | |
MSXRomCLI (CommandLineParser &cmdLineParser) | |
void | parseOption (const std::string &option, std::span< std::string > &cmdLine) override |
std::string_view | optionHelp () const override |
void | parseFileType (const std::string &arg, std::span< std::string > &cmdLine) override |
std::string_view | fileTypeHelp () const override |
std::string_view | fileTypeCategoryName () 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 |
virtual void | parseDone () |
Public Member Functions inherited from openmsx::CLIFileType | |
CLIFileType (const CLIFileType &)=delete | |
CLIFileType (CLIFileType &&)=delete | |
CLIFileType & | operator= (const CLIFileType &)=delete |
CLIFileType & | operator= (CLIFileType &&)=delete |
Static Public Member Functions | |
static std::span< const std::string_view > | getExtensions () |
Additional Inherited Members | |
Protected Member Functions inherited from openmsx::CLIOption | |
CLIOption ()=default | |
~CLIOption ()=default | |
Protected Member Functions inherited from openmsx::CLIFileType | |
CLIFileType ()=default | |
~CLIFileType ()=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 MSXRomCLI.hh.
|
explicit |
Definition at line 24 of file MSXRomCLI.cc.
References getExtensions(), openmsx::CommandLineParser::registerFileType(), and openmsx::CommandLineParser::registerOption().
|
overridevirtual |
Implements openmsx::CLIFileType.
Definition at line 62 of file MSXRomCLI.cc.
|
overridevirtual |
Implements openmsx::CLIFileType.
Definition at line 57 of file MSXRomCLI.cc.
|
static |
Definition at line 16 of file MSXRomCLI.cc.
Referenced by MSXRomCLI().
|
overridevirtual |
Implements openmsx::CLIOption.
Definition at line 47 of file MSXRomCLI.cc.
|
overridevirtual |
Implements openmsx::CLIFileType.
Definition at line 52 of file MSXRomCLI.cc.
|
overridevirtual |
Implements openmsx::CLIOption.
Definition at line 35 of file MSXRomCLI.cc.
References openmsx::CLIOption::getArgument().