|
Ghidra Decompiler Analysis Engine
|
Close command, closing the current bulk output file. More...


Public Member Functions | |
| virtual void | execute (istream &s) |
Public Member Functions inherited from IfaceBaseCommand | |
| virtual void | setData (IfaceStatus *root, IfaceData *data) |
| Associate a specific data object with this command. More... | |
| virtual string | getModule (void) const |
| Get the formal module name to which this command belongs. More... | |
| virtual IfaceData * | createData (void) |
| Create a specialized data object for this command (and its module) More... | |
Public Member Functions inherited from IfaceCommand | |
| void | addWord (const string &temp) |
| Add a token to the command line string associated with this command. More... | |
| void | addWords (const vector< string > &wordlist) |
| Add words to the associated command line string. | |
| void | commandString (string &res) const |
| Get the complete command line string. More... | |
| int4 | compare (const IfaceCommand &op2) const |
| Order two commands by their command line strings. More... | |
Additional Inherited Members | |
Protected Attributes inherited from IfaceBaseCommand | |
| IfaceStatus * | status |
| The interface owning this command instance. | |
Close command, closing the current bulk output file.
Subsequent bulk output is redirected to the basic interface output stream
|
virtual |
Execute this command. Additional state can be read from the given command line stream. Otherwise, the command gets its data from its registered IfaceData object
| s | is the input stream from the command line |
Implements IfaceCommand.
1.8.17