|
| RealTimeInfo (InfoCommand &openMSXInfoCommand) |
|
void | execute (span< const TclObject > tokens, TclObject &result) const override |
| Show info on this topic. More...
|
|
string | help (const vector< string > &tokens) const override |
| Print help for this topic. More...
|
|
void | tabCompletion (std::vector< std::string > &tokens) const override |
| Attempt tab completion for this topic. More...
|
|
Interpreter & | getInterpreter () const final |
|
const std::string & | getName () const |
|
void | checkNumArgs (span< const TclObject > tokens, unsigned exactly, const char *errMessage) const |
|
void | checkNumArgs (span< const TclObject > tokens, AtLeast atLeast, const char *errMessage) const |
|
void | checkNumArgs (span< const TclObject > tokens, Between between, const char *errMessage) const |
|
void | checkNumArgs (span< const TclObject > tokens, unsigned exactly, Prefix prefix, const char *errMessage) const |
|
void | checkNumArgs (span< const TclObject > tokens, AtLeast atLeast, Prefix prefix, const char *errMessage) const |
|
void | checkNumArgs (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) |
|
Definition at line 192 of file Reactor.cc.
◆ RealTimeInfo()
openmsx::RealTimeInfo::RealTimeInfo |
( |
InfoCommand & |
openMSXInfoCommand | ) |
|
|
explicit |
◆ execute()
◆ help()
string openmsx::RealTimeInfo::help |
( |
const vector< string > & |
tokens | ) |
const |
|
overridevirtual |
Print help for this topic.
- Parameters
-
tokens | Tokenized command line; tokens[1] is the topic. |
Implements openmsx::InfoTopic.
Definition at line 1118 of file Reactor.cc.
The documentation for this class was generated from the following file: