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

Description

Arguments passed to data unparsing callbacks.

Definition at line 309 of file AsmUnparser.h.

#include <backend/asmUnparser/AsmUnparser.h>

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

Public Member Functions

 StaticDataArgs (AsmUnparser *unparser, std::ostream &output, SgAsmStaticData *data, size_t position_in_block)
 
SgAsmStaticDataget_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

SgAsmStaticDatadata
 The data being unparsed. More...
 
size_t position_in_block
 The index position of the data within the data block, or -1 if unknown. 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

SgAsmStaticData* Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::StaticDataArgs::get_node ( ) const
inline

Return the node being unparsed.

Definition at line 312 of file AsmUnparser.h.

Member Data Documentation

SgAsmStaticData* Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::StaticDataArgs::data

The data being unparsed.

Definition at line 313 of file AsmUnparser.h.

size_t Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::StaticDataArgs::position_in_block

The index position of the data within the data block, or -1 if unknown.

Definition at line 314 of file AsmUnparser.h.


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