ROSE 0.11.145.147
Public Member Functions | Public Attributes | List of all members
Rose::BinaryAnalysis::AsmFunctionIndex::OutputCallback::BeforeAfterArgs Struct Reference

Description

Arguments for before-and after.

Definition at line 341 of file AsmFunctionIndex.h.

#include <Rose/BinaryAnalysis/AsmFunctionIndex.h>

Inheritance diagram for Rose::BinaryAnalysis::AsmFunctionIndex::OutputCallback::BeforeAfterArgs:
Inheritance graph
[legend]
Collaboration diagram for Rose::BinaryAnalysis::AsmFunctionIndex::OutputCallback::BeforeAfterArgs:
Collaboration graph
[legend]

Public Member Functions

 BeforeAfterArgs (const AsmFunctionIndex *index, std::ostream &output, Footnotes *footnotes, int when)
 
- Public Member Functions inherited from Rose::BinaryAnalysis::AsmFunctionIndex::OutputCallback::GeneralArgs
 GeneralArgs (const AsmFunctionIndex *index, std::ostream &output, Footnotes *footnotes)
 

Public Attributes

int when
 Zero implies before table, one implies after table.
 
- Public Attributes inherited from Rose::BinaryAnalysis::AsmFunctionIndex::OutputCallback::GeneralArgs
const AsmFunctionIndexindex
 Index object being printed.
 
std::ostream & output
 Stream to which index is being printed.
 
Footnotesfootnotes
 Footnotes (newly created for each index output).
 

Constructor & Destructor Documentation

◆ BeforeAfterArgs()

Rose::BinaryAnalysis::AsmFunctionIndex::OutputCallback::BeforeAfterArgs::BeforeAfterArgs ( const AsmFunctionIndex index,
std::ostream &  output,
Footnotes footnotes,
int  when 
)
inline

Definition at line 342 of file AsmFunctionIndex.h.

Member Data Documentation

◆ when

int Rose::BinaryAnalysis::AsmFunctionIndex::OutputCallback::BeforeAfterArgs::when

Zero implies before table, one implies after table.

Definition at line 344 of file AsmFunctionIndex.h.


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