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


Public Member Functions | |
| DataBlockArgs (AsmUnparser *unparser, std::ostream &output, SgAsmBlock *block, const std::vector< SgAsmStaticData * > &datalist) | |
| SgAsmBlock * | 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 | |
| SgAsmBlock * | block |
| The block of data being unparsed. | |
| const std::vector< SgAsmStaticData * > & | datalist |
| The data items contained in this data block. | |
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 320 of file AsmUnparser.h.
|
inline |
Return the node being unparsed.
Definition at line 323 of file AsmUnparser.h.
| SgAsmBlock* Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::DataBlockArgs::block |
The block of data being unparsed.
Definition at line 324 of file AsmUnparser.h.
| const std::vector<SgAsmStaticData*>& Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::DataBlockArgs::datalist |
The data items contained in this data block.
Definition at line 325 of file AsmUnparser.h.