openMSX
|
This is the complete list of members for openmsx::Completer, including all inherited members.
checkNumArgs(span< const TclObject > tokens, unsigned exactly, const char *errMessage) const | openmsx::Completer | |
checkNumArgs(span< const TclObject > tokens, AtLeast atLeast, const char *errMessage) const | openmsx::Completer | |
checkNumArgs(span< const TclObject > tokens, Between between, const char *errMessage) const | openmsx::Completer | |
checkNumArgs(span< const TclObject > tokens, unsigned exactly, Prefix prefix, const char *errMessage) const | openmsx::Completer | |
checkNumArgs(span< const TclObject > tokens, AtLeast atLeast, Prefix prefix, const char *errMessage) const | openmsx::Completer | |
checkNumArgs(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(std::string_view name) | openmsx::Completer | explicitprotected |
completeString(std::vector< std::string > &tokens, ITER begin, ITER end, bool caseSensitive=true) | openmsx::Completer | static |
completeString(std::vector< std::string > &tokens, const RANGE &possibleValues, bool caseSensitive=true) | openmsx::Completer | static |
filter(std::string_view str, ITER begin, ITER end, bool caseSensitive) | openmsx::Completer | |
formatListInColumns(const std::vector< std::string_view > &input) | openmsx::Completer | static |
getInterpreter() const =0 | openmsx::Completer | pure virtual |
getName() const | openmsx::Completer | inline |
help(const std::vector< std::string > &tokens) const =0 | openmsx::Completer | pure virtual |
setOutput(InterpreterOutput *output_) | openmsx::Completer | inlinestatic |
tabCompletion(std::vector< std::string > &tokens) const =0 | openmsx::Completer | pure virtual |
~Completer()=default | openmsx::Completer | protected |