|
openMSX
|


Public Member Functions | |
| const CommandLineParser::Scripts & | getScripts () const |
| virtual void | parseOption (const string &option, deque< string > &cmdLine) |
| virtual string_ref | optionHelp () const |
| virtual void | parseFileType (const std::string &filename, std::deque< std::string > &cmdLine) |
| virtual string_ref | fileTypeHelp () const |
Public Member Functions inherited from openmsx::CLIOption | |
| virtual | ~CLIOption () |
Public Member Functions inherited from openmsx::CLIFileType | |
| virtual | ~CLIFileType () |
Additional Inherited Members | |
Protected Member Functions inherited from openmsx::CLIOption | |
| std::string | getArgument (const std::string &option, std::deque< std::string > &cmdLine) const |
| std::string | peekArgument (const std::deque< std::string > &cmdLine) const |
Definition at line 91 of file CommandLineParser.cc.
|
virtual |
Implements openmsx::CLIFileType.
Definition at line 542 of file CommandLineParser.cc.
| const CommandLineParser::Scripts & openmsx::ScriptOption::getScripts | ( | ) | const |
Definition at line 521 of file CommandLineParser.cc.
|
virtual |
Implements openmsx::CLIOption.
Definition at line 531 of file CommandLineParser.cc.
|
virtual |
Implements openmsx::CLIFileType.
Definition at line 536 of file CommandLineParser.cc.
Referenced by parseOption().
|
virtual |
Implements openmsx::CLIOption.
Definition at line 526 of file CommandLineParser.cc.
References openmsx::CLIOption::getArgument(), and parseFileType().
1.8.1.2