ROSE
0.11.145.0
|
Arguments for before-and after.
Definition at line 340 of file AsmFunctionIndex.h.
#include <Rose/BinaryAnalysis/AsmFunctionIndex.h>
Public Member Functions | |
BeforeAfterArgs (const AsmFunctionIndex *index, std::ostream &output, Footnotes *footnotes, int when) | |
![]() | |
GeneralArgs (const AsmFunctionIndex *index, std::ostream &output, Footnotes *footnotes) | |
Public Attributes | |
int | when |
Zero implies before table, one implies after table. More... | |
![]() | |
const AsmFunctionIndex * | index |
Index object being printed. More... | |
std::ostream & | output |
Stream to which index is being printed. More... | |
Footnotes * | footnotes |
Footnotes (newly created for each index output). More... | |
int Rose::BinaryAnalysis::AsmFunctionIndex::OutputCallback::BeforeAfterArgs::when |
Zero implies before table, one implies after table.
Definition at line 343 of file AsmFunctionIndex.h.