openMSX
Public Member Functions | Protected Member Functions | List of all members
openmsx::InterpreterOutput Class Referenceabstract

#include <InterpreterOutput.hh>

Inheritance diagram for openmsx::InterpreterOutput:
Inheritance graph
[legend]

Public Member Functions

virtual void output (std::string_view text)=0
 
virtual unsigned getOutputColumns () const =0
 

Protected Member Functions

 ~InterpreterOutput ()=default
 

Detailed Description

Definition at line 8 of file InterpreterOutput.hh.

Constructor & Destructor Documentation

◆ ~InterpreterOutput()

openmsx::InterpreterOutput::~InterpreterOutput ( )
protecteddefault

Member Function Documentation

◆ getOutputColumns()

virtual unsigned openmsx::InterpreterOutput::getOutputColumns ( ) const
pure virtual

◆ output()

virtual void openmsx::InterpreterOutput::output ( std::string_view  text)
pure virtual

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