|
| MachineNameInfo (MSXMotherBoard &motherBoard) |
|
void | execute (std::span< const TclObject > tokens, TclObject &result) const override |
| Show info on this topic.
|
|
string | help (std::span< const TclObject > tokens) const override |
| Print help for this topic.
|
|
| InfoTopic (const InfoTopic &)=delete |
|
| InfoTopic (InfoTopic &&)=delete |
|
InfoTopic & | operator= (const InfoTopic &)=delete |
|
InfoTopic & | operator= (InfoTopic &&)=delete |
|
void | tabCompletion (std::vector< std::string > &tokens) const override |
| Attempt tab completion for this topic.
|
|
Interpreter & | getInterpreter () const final |
|
| Completer (const Completer &)=delete |
|
| Completer (Completer &&)=delete |
|
Completer & | operator= (const Completer &)=delete |
|
Completer & | operator= (Completer &&)=delete |
|
const std::string & | getName () const |
|
void | checkNumArgs (std::span< const TclObject > tokens, unsigned exactly, const char *errMessage) const |
|
void | checkNumArgs (std::span< const TclObject > tokens, AtLeast atLeast, const char *errMessage) const |
|
void | checkNumArgs (std::span< const TclObject > tokens, Between between, const char *errMessage) const |
|
void | checkNumArgs (std::span< const TclObject > tokens, unsigned exactly, Prefix prefix, const char *errMessage) const |
|
void | checkNumArgs (std::span< const TclObject > tokens, AtLeast atLeast, Prefix prefix, const char *errMessage) const |
|
void | checkNumArgs (std::span< const TclObject > tokens, Between between, Prefix prefix, const char *errMessage) const |
|
template<typename ITER > |
NEVER_INLINE std::vector< std::string_view > | filter (std::string_view str, ITER begin, ITER end, bool caseSensitive) |
|
|
template<typename ITER > |
static void | completeString (std::vector< std::string > &tokens, ITER begin, ITER end, bool caseSensitive=true) |
|
template<typename RANGE > |
static void | completeString (std::vector< std::string > &tokens, RANGE &&possibleValues, bool caseSensitive=true) |
|
template<typename RANGE > |
static void | completeFileName (std::vector< std::string > &tokens, const FileContext &context, const RANGE &extra) |
|
static void | completeFileName (std::vector< std::string > &tokens, const FileContext &context) |
|
static std::vector< std::string > | formatListInColumns (std::span< const std::string_view > input) |
|
static void | setOutput (InterpreterOutput *output_) |
|
| InfoTopic (InfoCommand &infoCommand, const std::string &name) |
|
| ~InfoTopic () |
|
template<typename String >
requires (!std::same_as<Completer, std::remove_cvref_t<String>>) |
| Completer (String &&name_) |
|
| ~Completer ()=default |
|
Definition at line 119 of file MSXMotherBoard.cc.