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

Description

Base class for callback arguments.

Definition at line 332 of file AsmFunctionIndex.h.

#include <Rose/BinaryAnalysis/AsmFunctionIndex.h>

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

Public Member Functions

 GeneralArgs (const AsmFunctionIndex *index, std::ostream &output, Footnotes *footnotes)
 

Public Attributes

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

◆ GeneralArgs()

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

Definition at line 333 of file AsmFunctionIndex.h.

Member Data Documentation

◆ index

const AsmFunctionIndex* Rose::BinaryAnalysis::AsmFunctionIndex::OutputCallback::GeneralArgs::index

Index object being printed.

Definition at line 335 of file AsmFunctionIndex.h.

◆ output

std::ostream& Rose::BinaryAnalysis::AsmFunctionIndex::OutputCallback::GeneralArgs::output

Stream to which index is being printed.

Definition at line 336 of file AsmFunctionIndex.h.

◆ footnotes

Footnotes* Rose::BinaryAnalysis::AsmFunctionIndex::OutputCallback::GeneralArgs::footnotes

Footnotes (newly created for each index output).

Definition at line 337 of file AsmFunctionIndex.h.


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