ROSE  0.11.145.0
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 282 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. More...
 
std::ostream & output
 Where output should be sent. More...
 

Member Data Documentation

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

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

Definition at line 285 of file AsmUnparser.h.

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

Where output should be sent.

Definition at line 286 of file AsmUnparser.h.

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


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