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

Description

Arguments common to all unparser callback lists.

Definition at line 283 of file AsmUnparser.h.

#include <backend/asmUnparser/AsmUnparser.h>

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

Public Member Functions

 GeneralArgs (AsmUnparser *unparser, std::ostream &output)
 

Public Attributes

AsmUnparserunparser
 The object doing the unparsing, from which this callback is invoked.
 
std::ostream & output
 Where output should be sent.
 

Constructor & Destructor Documentation

◆ GeneralArgs()

Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::GeneralArgs::GeneralArgs ( AsmUnparser unparser,
std::ostream &  output 
)
inline

Definition at line 284 of file AsmUnparser.h.

Member Data Documentation

◆ unparser

AsmUnparser* Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::GeneralArgs::unparser

The object doing the unparsing, from which this callback is invoked.

Definition at line 286 of file AsmUnparser.h.

◆ output

std::ostream& Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::GeneralArgs::output

Where output should be sent.

Definition at line 287 of file AsmUnparser.h.

Referenced by Rose::BinaryAnalysis::AsmUnparser::StaticDataDisassembler::DataNote::operator()().


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