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

Description

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 348 of file AsmFunctionIndex.h.

#include <Rose/BinaryAnalysis/AsmFunctionIndex.h>

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

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. More...
 
- Public Attributes inherited from Rose::BinaryAnalysis::AsmFunctionIndex::OutputCallback::GeneralArgs
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

char Rose::BinaryAnalysis::AsmFunctionIndex::OutputCallback::HeadingArgs::sep

If non-NUL, then print a line of these characters.

Definition at line 351 of file AsmFunctionIndex.h.


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