openMSX
|
This is the complete list of members for openmsx::RomInfoTopic, including all inherited members.
checkNumArgs(std::span< const TclObject > tokens, unsigned exactly, const char *errMessage) const | openmsx::Completer | |
checkNumArgs(std::span< const TclObject > tokens, AtLeast atLeast, const char *errMessage) const | openmsx::Completer | |
checkNumArgs(std::span< const TclObject > tokens, Between between, const char *errMessage) const | openmsx::Completer | |
checkNumArgs(std::span< const TclObject > tokens, unsigned exactly, Prefix prefix, const char *errMessage) const | openmsx::Completer | |
checkNumArgs(std::span< const TclObject > tokens, AtLeast atLeast, Prefix prefix, const char *errMessage) const | openmsx::Completer | |
checkNumArgs(std::span< const TclObject > tokens, Between between, Prefix prefix, const char *errMessage) const | openmsx::Completer | |
completeFileName(std::vector< std::string > &tokens, const FileContext &context, const RANGE &extra) | openmsx::Completer | static |
completeFileName(std::vector< std::string > &tokens, const FileContext &context) | openmsx::Completer | static |
Completer(const Completer &)=delete | openmsx::Completer | |
Completer(Completer &&)=delete | openmsx::Completer | |
Completer(String &&name_) | openmsx::Completer | inlineexplicitprotected |
completeString(std::vector< std::string > &tokens, ITER begin, ITER end, bool caseSensitive=true) | openmsx::Completer | static |
completeString(std::vector< std::string > &tokens, RANGE &&possibleValues, bool caseSensitive=true) | openmsx::Completer | static |
execute(std::span< const TclObject > tokens, TclObject &result) const override | openmsx::RomInfoTopic | virtual |
filter(std::string_view str, ITER begin, ITER end, bool caseSensitive) | openmsx::Completer | |
formatListInColumns(std::span< const std::string_view > input) | openmsx::Completer | static |
getInterpreter() const final | openmsx::InfoTopic | virtual |
getName() const | openmsx::Completer | inline |
help(std::span< const TclObject > tokens) const override | openmsx::RomInfoTopic | virtual |
InfoTopic(const InfoTopic &)=delete | openmsx::InfoTopic | |
InfoTopic(InfoTopic &&)=delete | openmsx::InfoTopic | |
InfoTopic(InfoCommand &infoCommand, const std::string &name) | openmsx::InfoTopic | protected |
operator=(const InfoTopic &)=delete | openmsx::InfoTopic | |
operator=(InfoTopic &&)=delete | openmsx::InfoTopic | |
openmsx::Completer::operator=(const Completer &)=delete | openmsx::Completer | |
openmsx::Completer::operator=(Completer &&)=delete | openmsx::Completer | |
RomInfoTopic(InfoCommand &openMSXInfoCommand) | openmsx::RomInfoTopic | explicit |
setOutput(InterpreterOutput *output_) | openmsx::Completer | inlinestatic |
tabCompletion(std::vector< std::string > &tokens) const override | openmsx::RomInfoTopic | virtual |
~Completer()=default | openmsx::Completer | protected |
~InfoTopic() | openmsx::InfoTopic | protected |