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


Public Member Functions | |
| StaticDataArgs (AsmUnparser *unparser, std::ostream &output, SgAsmStaticData *data, size_t position_in_block) | |
| SgAsmStaticData * | 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 | |
| SgAsmStaticData * | data |
| The data being unparsed. | |
| size_t | position_in_block |
| The index position of the data within the data block, or -1 if unknown. | |
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 311 of file AsmUnparser.h.
|
inline |
Return the node being unparsed.
Definition at line 313 of file AsmUnparser.h.
| SgAsmStaticData* Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::StaticDataArgs::data |
The data being unparsed.
Definition at line 314 of file AsmUnparser.h.
| size_t Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::StaticDataArgs::position_in_block |
The index position of the data within the data block, or -1 if unknown.
Definition at line 315 of file AsmUnparser.h.