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

Description

Arguments passed to interpretation unparsing callbacks.

Definition at line 336 of file AsmUnparser.h.

#include <backend/asmUnparser/AsmUnparser.h>

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

Public Member Functions

 InterpretationArgs (AsmUnparser *unparser, std::ostream &output, SgAsmInterpretation *interp)
 
SgAsmInterpretationget_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

SgAsmInterpretationinterp
 The interpretation being unparsed. 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

SgAsmInterpretation* Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::InterpretationArgs::get_node ( ) const
inline

Return the node being unparsed.

Definition at line 339 of file AsmUnparser.h.

Member Data Documentation

SgAsmInterpretation* Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::InterpretationArgs::interp

The interpretation being unparsed.

Definition at line 340 of file AsmUnparser.h.


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