openMSX
|
This is the complete list of members for openmsx::ResetCmd, 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 | |
Command(CommandController &controller, std::string_view name) | openmsx::Command | protected |
CommandCompleter(const CommandCompleter &)=delete | openmsx::CommandCompleter | |
CommandCompleter(CommandCompleter &&)=delete | openmsx::CommandCompleter | |
CommandCompleter(CommandController &controller, std::string_view name) | openmsx::CommandCompleter | protected |
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, EmuTime::param time) override | openmsx::ResetCmd | virtual |
executeSubCommand(std::string_view subCmd, Args &&... args) | openmsx::Command | inline |
filter(std::string_view str, ITER begin, ITER end, bool caseSensitive) | openmsx::Completer | |
formatListInColumns(std::span< const std::string_view > input) | openmsx::Completer | static |
getCliComm() const | openmsx::CommandCompleter | protected |
getCommandController() const | openmsx::CommandCompleter | inline |
getGlobalCommandController() const | openmsx::CommandCompleter | protected |
getInterpreter() const final | openmsx::CommandCompleter | virtual |
getName() const | openmsx::Completer | inline |
getToken() const | openmsx::Command | inline |
help(std::span< const TclObject > tokens) const override | openmsx::ResetCmd | virtual |
isAllowedInEmptyMachine() const | openmsx::Command | inline |
needRecord(std::span< const TclObject > tokens) const | openmsx::RecordedCommand | virtual |
openmsx::operator=(const CommandCompleter &)=delete | openmsx::CommandCompleter | |
openmsx::operator=(CommandCompleter &&)=delete | openmsx::CommandCompleter | |
openmsx::Completer::operator=(const Completer &)=delete | openmsx::Completer | |
openmsx::Completer::operator=(Completer &&)=delete | openmsx::Completer | |
RecordedCommand(CommandController &commandController, StateChangeDistributor &stateChangeDistributor, Scheduler &scheduler, std::string_view name) | openmsx::RecordedCommand | protected |
ResetCmd(MSXMotherBoard &motherBoard) | openmsx::ResetCmd | explicit |
setAllowedInEmptyMachine(bool value) | openmsx::Command | inline |
setOutput(InterpreterOutput *output_) | openmsx::Completer | inlinestatic |
setToken(void *token_) | openmsx::Command | inline |
tabCompletion(std::vector< std::string > &tokens) const override | openmsx::Command | virtual |
~Command() | openmsx::Command | protected |
~CommandCompleter() | openmsx::CommandCompleter | protected |
~Completer()=default | openmsx::Completer | protected |
~RecordedCommand() | openmsx::RecordedCommand | protected |