ROSE 0.11.145.147
|
Base class for callback arguments.
Definition at line 332 of file AsmFunctionIndex.h.
#include <Rose/BinaryAnalysis/AsmFunctionIndex.h>
Public Member Functions | |
GeneralArgs (const AsmFunctionIndex *index, std::ostream &output, Footnotes *footnotes) | |
Public Attributes | |
const AsmFunctionIndex * | index |
Index object being printed. | |
std::ostream & | output |
Stream to which index is being printed. | |
Footnotes * | footnotes |
Footnotes (newly created for each index output). | |
|
inline |
Definition at line 333 of file AsmFunctionIndex.h.
const AsmFunctionIndex* Rose::BinaryAnalysis::AsmFunctionIndex::OutputCallback::GeneralArgs::index |
Index object being printed.
Definition at line 335 of file AsmFunctionIndex.h.
std::ostream& Rose::BinaryAnalysis::AsmFunctionIndex::OutputCallback::GeneralArgs::output |
Stream to which index is being printed.
Definition at line 336 of file AsmFunctionIndex.h.
Footnotes* Rose::BinaryAnalysis::AsmFunctionIndex::OutputCallback::GeneralArgs::footnotes |
Footnotes (newly created for each index output).
Definition at line 337 of file AsmFunctionIndex.h.