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

Description

Arguments passed to function unparsing callbacks.

Definition at line 328 of file AsmUnparser.h.

#include <backend/asmUnparser/AsmUnparser.h>

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

Public Member Functions

 FunctionArgs (AsmUnparser *unparser, std::ostream &output, SgAsmFunction *func)
 
SgAsmFunctionget_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

SgAsmFunctionfunc
 The function 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

SgAsmFunction* Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::FunctionArgs::get_node ( ) const
inline

Return the node being unparsed.

Definition at line 331 of file AsmUnparser.h.

Member Data Documentation

SgAsmFunction* Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::FunctionArgs::func

The function being unparsed.

Definition at line 332 of file AsmUnparser.h.


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