ROSE 0.11.145.147
|
Arguments common to all unparser callback lists.
Definition at line 283 of file AsmUnparser.h.
#include <backend/asmUnparser/AsmUnparser.h>
Public Member Functions | |
GeneralArgs (AsmUnparser *unparser, std::ostream &output) | |
Public Attributes | |
AsmUnparser * | unparser |
The object doing the unparsing, from which this callback is invoked. | |
std::ostream & | output |
Where output should be sent. | |
|
inline |
Definition at line 284 of file AsmUnparser.h.
AsmUnparser* Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::GeneralArgs::unparser |
The object doing the unparsing, from which this callback is invoked.
Definition at line 286 of file AsmUnparser.h.
std::ostream& Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::GeneralArgs::output |
Where output should be sent.
Definition at line 287 of file AsmUnparser.h.
Referenced by Rose::BinaryAnalysis::AsmUnparser::StaticDataDisassembler::DataNote::operator()().