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

Public Member Functions

 BashOption (CommandLineParser &parser)
 
void parseOption (const string &option, array_ref< string > &cmdLine) override
 
string_ref optionHelp () 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
 

Detailed Description

Definition at line 130 of file CommandLineParser.cc.

Constructor & Destructor Documentation

openmsx::BashOption::BashOption ( CommandLineParser parser)
explicit

Definition at line 719 of file CommandLineParser.cc.

Member Function Documentation

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

Implements openmsx::CLIOption.

Definition at line 750 of file CommandLineParser.cc.

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

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