Ghidra Decompiler Analysis Engine
|
Go to the documentation of this file.
41 vector<istream *> inputstack;
42 int4 doCompletion(
string &line,int4 cursor);
43 virtual void readLine(
string &line);
45 IfaceTerm(
const string &prmpt,istream &is,ostream &os);
47 virtual void pushScript(
const string &filename,
const string &newprompt);
virtual void popScript(void)
Return to processing the parent stream.
Definition: ifaceterm.cc:251
A generic console mode interface and command executor.
Definition: interface.hh:195
virtual void pushScript(const string &filename, const string &newprompt)
Provide a new script file to execute, with an associated command prompt.
Definition: ifaceterm.cc:240
virtual bool isStreamFinished(void) const
Return true if the current stream is finished.
Definition: ifaceterm.cc:259
IfaceTerm(const string &prmpt, istream &is, ostream &os)
Constructor.
Definition: ifaceterm.cc:18
Implement the command-line interface on top of a specific input stream.
Definition: ifaceterm.hh:34
Classes and utilities for a generic command-line interface.