ROSE  0.11.145.0
Public Member Functions | Public Attributes | List of all members
Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::DataBlockArgs Struct Reference

Description

Arguments passed to data block unparsing callbacks.

Definition at line 318 of file AsmUnparser.h.

#include <backend/asmUnparser/AsmUnparser.h>

Inheritance diagram for Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::DataBlockArgs:
Inheritance graph
[legend]
Collaboration diagram for Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::DataBlockArgs:
Collaboration graph
[legend]

Public Member Functions

 DataBlockArgs (AsmUnparser *unparser, std::ostream &output, SgAsmBlock *block, const std::vector< SgAsmStaticData * > &datalist)
 
SgAsmBlockget_node () const
 Return the node being unparsed. More...
 
- Public Member Functions inherited from Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::GeneralArgs
 GeneralArgs (AsmUnparser *unparser, std::ostream &output)
 

Public Attributes

SgAsmBlockblock
 The block of data being unparsed. More...
 
const std::vector< SgAsmStaticData * > & datalist
 The data items contained in this data block. More...
 
- Public Attributes inherited from Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::GeneralArgs
AsmUnparserunparser
 The object doing the unparsing, from which this callback is invoked. More...
 
std::ostream & output
 Where output should be sent. More...
 

Member Function Documentation

SgAsmBlock* Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::DataBlockArgs::get_node ( ) const
inline

Return the node being unparsed.

Definition at line 322 of file AsmUnparser.h.

Member Data Documentation

SgAsmBlock* Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::DataBlockArgs::block

The block of data being unparsed.

Definition at line 323 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 324 of file AsmUnparser.h.


The documentation for this struct was generated from the following file: