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

Public Member Functions

 TestConfigOption (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 120 of file CommandLineParser.cc.

Constructor & Destructor Documentation

openmsx::TestConfigOption::TestConfigOption ( CommandLineParser parser)
explicit

Definition at line 701 of file CommandLineParser.cc.

Member Function Documentation

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

Implements openmsx::CLIOption.

Definition at line 712 of file CommandLineParser.cc.

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

Implements openmsx::CLIOption.

Definition at line 706 of file CommandLineParser.cc.

References openmsx::CommandLineParser::TEST.


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