Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | List of all members
itasca::ITextInput Class Referenceabstract

Public Member Functions

virtual InputLine getInput (const InputContext &context)=0
 

Member Function Documentation

◆ getInput()

virtual InputLine itasca::ITextInput::getInput ( const InputContext & context)
pure virtual

Returns a single line of input from the current source. Will automatically pop the stack and use the next source if the current one runs out. If undoTag is false, the line will be marked to be skipped over when finding a position for undo. If no input is available, this function will return immediately with a NULL string, unless wait is true then it should block till a string can be returned.


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