|
ROSE 0.11.145.141
|
Arguments passed to function unparsing callbacks.
Definition at line 329 of file AsmUnparser.h.
#include <backend/asmUnparser/AsmUnparser.h>


Public Member Functions | |
| FunctionArgs (AsmUnparser *unparser, std::ostream &output, SgAsmFunction *func) | |
| SgAsmFunction * | get_node () const |
| Return the node being unparsed. | |
Public Member Functions inherited from Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::GeneralArgs | |
| GeneralArgs (AsmUnparser *unparser, std::ostream &output) | |
Public Attributes | |
| SgAsmFunction * | func |
| The function being unparsed. | |
Public Attributes inherited from Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::GeneralArgs | |
| 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 330 of file AsmUnparser.h.
|
inline |
Return the node being unparsed.
Definition at line 332 of file AsmUnparser.h.
| SgAsmFunction* Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::FunctionArgs::func |
The function being unparsed.
Definition at line 333 of file AsmUnparser.h.