openMSX
Public Member Functions | Protected Member Functions | List of all members
openmsx::CLIFileType Class Referenceabstract

#include <CLIOption.hh>

Inheritance diagram for openmsx::CLIFileType:
Inheritance graph
[legend]

Public Member Functions

 CLIFileType (const CLIFileType &)=delete
 
 CLIFileType (CLIFileType &&)=delete
 
CLIFileTypeoperator= (const CLIFileType &)=delete
 
CLIFileTypeoperator= (CLIFileType &&)=delete
 
virtual void parseFileType (const std::string &filename, std::span< std::string > &cmdLine)=0
 
virtual std::string_view fileTypeCategoryName () const =0
 
virtual std::string_view fileTypeHelp () const =0
 

Protected Member Functions

 CLIFileType ()=default
 
 ~CLIFileType ()=default
 

Detailed Description

Definition at line 30 of file CLIOption.hh.

Constructor & Destructor Documentation

◆ CLIFileType() [1/3]

openmsx::CLIFileType::CLIFileType ( const CLIFileType )
delete

◆ CLIFileType() [2/3]

openmsx::CLIFileType::CLIFileType ( CLIFileType &&  )
delete

◆ CLIFileType() [3/3]

openmsx::CLIFileType::CLIFileType ( )
protecteddefault

◆ ~CLIFileType()

openmsx::CLIFileType::~CLIFileType ( )
protecteddefault

Member Function Documentation

◆ fileTypeCategoryName()

virtual std::string_view openmsx::CLIFileType::fileTypeCategoryName ( ) const
pure virtual

◆ fileTypeHelp()

virtual std::string_view openmsx::CLIFileType::fileTypeHelp ( ) const
pure virtual

◆ operator=() [1/2]

CLIFileType & openmsx::CLIFileType::operator= ( CLIFileType &&  )
delete

◆ operator=() [2/2]

CLIFileType & openmsx::CLIFileType::operator= ( const CLIFileType )
delete

◆ parseFileType()

virtual void openmsx::CLIFileType::parseFileType ( const std::string &  filename,
std::span< std::string > &  cmdLine 
)
pure virtual

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