ROSE 0.11.145.147
|
Arguments for column heading callbacks.
If set
is non-NUL then instead of printing the column name it should print a separator line using the sep
character.
Definition at line 349 of file AsmFunctionIndex.h.
#include <Rose/BinaryAnalysis/AsmFunctionIndex.h>
Public Member Functions | |
HeadingArgs (const AsmFunctionIndex *index, std::ostream &output, Footnotes *footnotes, char sep='\0') | |
Public Member Functions inherited from Rose::BinaryAnalysis::AsmFunctionIndex::OutputCallback::GeneralArgs | |
GeneralArgs (const AsmFunctionIndex *index, std::ostream &output, Footnotes *footnotes) | |
Public Attributes | |
char | sep |
If non-NUL, then print a line of these characters. | |
Public Attributes inherited from Rose::BinaryAnalysis::AsmFunctionIndex::OutputCallback::GeneralArgs | |
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 350 of file AsmFunctionIndex.h.
char Rose::BinaryAnalysis::AsmFunctionIndex::OutputCallback::HeadingArgs::sep |
If non-NUL, then print a line of these characters.
Definition at line 352 of file AsmFunctionIndex.h.