openMSX
Public Member Functions | List of all members
openmsx::RealTimeInfo Class Referencefinal
Inheritance diagram for openmsx::RealTimeInfo:
Inheritance graph
[legend]
Collaboration diagram for openmsx::RealTimeInfo:
Collaboration graph
[legend]

Public Member Functions

 RealTimeInfo (InfoCommand &openMSXInfoCommand)
 
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.
 
- Public Member Functions inherited from openmsx::InfoTopic
 InfoTopic (const InfoTopic &)=delete
 
InfoTopicoperator= (const InfoTopic &)=delete
 
void tabCompletion (std::vector< std::string > &tokens) const override
 Attempt tab completion for this topic.
 
InterpretergetInterpreter () const final
 
- Public Member Functions inherited from openmsx::Completer
 Completer (const Completer &)=delete
 
Completeroperator= (const 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)
 

Additional Inherited Members

- Static Public Member Functions inherited from openmsx::Completer
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_)
 
- Protected Member Functions inherited from openmsx::InfoTopic
 InfoTopic (InfoCommand &infoCommand, const std::string &name)
 
 ~InfoTopic ()
 
- Protected Member Functions inherited from openmsx::Completer
template<typename String >
 Completer (String &&name_)
 
 ~Completer ()=default
 

Detailed Description

Definition at line 198 of file Reactor.cc.

Constructor & Destructor Documentation

◆ RealTimeInfo()

openmsx::RealTimeInfo::RealTimeInfo ( InfoCommand openMSXInfoCommand)
explicit

Definition at line 1142 of file Reactor.cc.

Member Function Documentation

◆ execute()

void openmsx::RealTimeInfo::execute ( std::span< const TclObject tokens,
TclObject result 
) const
overridevirtual

Show info on this topic.

Parameters
tokensTokenized command line; tokens[1] is the topic.
resultThe result of this topic must be assigned to this parameter.
Exceptions
CommandExceptionThrown when there was an error while executing this InfoTopic.

Implements openmsx::InfoTopic.

Definition at line 1148 of file Reactor.cc.

References openmsx::Timer::getTime().

◆ help()

string openmsx::RealTimeInfo::help ( std::span< const TclObject tokens) const
overridevirtual

Print help for this topic.

Parameters
tokensTokenized command line; tokens[1] is the topic.

Implements openmsx::InfoTopic.

Definition at line 1155 of file Reactor.cc.


The documentation for this class was generated from the following file: