ROSE 0.11.145.147
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 337 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.
 
- Public Member Functions inherited from Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::GeneralArgs
 GeneralArgs (AsmUnparser *unparser, std::ostream &output)
 

Public Attributes

SgAsmInterpretationinterp
 The interpretation being unparsed.
 
- Public Attributes inherited from Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::GeneralArgs
AsmUnparserunparser
 The object doing the unparsing, from which this callback is invoked.
 
std::ostream & output
 Where output should be sent.
 

Constructor & Destructor Documentation

◆ InterpretationArgs()

Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::InterpretationArgs::InterpretationArgs ( AsmUnparser unparser,
std::ostream &  output,
SgAsmInterpretation interp 
)
inline

Definition at line 338 of file AsmUnparser.h.

Member Function Documentation

◆ get_node()

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

Return the node being unparsed.

Definition at line 340 of file AsmUnparser.h.

Member Data Documentation

◆ interp

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

The interpretation being unparsed.

Definition at line 341 of file AsmUnparser.h.


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