ROSE  0.11.145.0
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 331 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. More...
 
std::ostream & output
 Stream to which index is being printed. More...
 
Footnotesfootnotes
 Footnotes (newly created for each index output). More...
 

Member Data Documentation

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

Index object being printed.

Definition at line 334 of file AsmFunctionIndex.h.

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

Stream to which index is being printed.

Definition at line 335 of file AsmFunctionIndex.h.

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

Footnotes (newly created for each index output).

Definition at line 336 of file AsmFunctionIndex.h.


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