openMSX
Public Member Functions | List of all members
openmsx::ScriptOption Class Referencefinal
Inheritance diagram for openmsx::ScriptOption:
Inheritance graph
[legend]
Collaboration diagram for openmsx::ScriptOption:
Collaboration graph
[legend]

Public Member Functions

const CommandLineParser::ScriptsgetScripts () const
 
void parseOption (const string &option, array_ref< string > &cmdLine) override
 
string_ref optionHelp () const override
 
void parseFileType (const std::string &filename, array_ref< std::string > &cmdLine) override
 
string_ref fileTypeHelp () const override
 

Additional Inherited Members

- Protected Member Functions inherited from openmsx::CLIOption
 ~CLIOption ()
 
std::string getArgument (const std::string &option, array_ref< std::string > &cmdLine) const
 
std::string peekArgument (const array_ref< std::string > &cmdLine) const
 
- Protected Member Functions inherited from openmsx::CLIFileType
 ~CLIFileType ()
 

Detailed Description

Definition at line 80 of file CommandLineParser.cc.

Member Function Documentation

string_ref openmsx::ScriptOption::fileTypeHelp ( ) const
overridevirtual

Implements openmsx::CLIFileType.

Definition at line 493 of file CommandLineParser.cc.

const CommandLineParser::Scripts & openmsx::ScriptOption::getScripts ( ) const

Definition at line 472 of file CommandLineParser.cc.

string_ref openmsx::ScriptOption::optionHelp ( ) const
overridevirtual

Implements openmsx::CLIOption.

Definition at line 482 of file CommandLineParser.cc.

void openmsx::ScriptOption::parseFileType ( const std::string &  filename,
array_ref< std::string > &  cmdLine 
)
overridevirtual

Implements openmsx::CLIFileType.

Definition at line 487 of file CommandLineParser.cc.

Referenced by parseOption().

void openmsx::ScriptOption::parseOption ( const string &  option,
array_ref< string > &  cmdLine 
)
overridevirtual

Implements openmsx::CLIOption.

Definition at line 477 of file CommandLineParser.cc.

References openmsx::CLIOption::getArgument(), and parseFileType().


The documentation for this class was generated from the following file: