ROSE  0.11.145.0
Public Attributes | List of all members
Rose::BinaryAnalysis::AsmUnparser::LinePrefix Struct Reference

Description

Details for line prefixes.

See line_prefix().

Definition at line 1029 of file AsmUnparser.h.

#include <backend/asmUnparser/AsmUnparser.h>

Collaboration diagram for Rose::BinaryAnalysis::AsmUnparser::LinePrefix:
Collaboration graph
[legend]

Public Attributes

std::string format
 Printf-style format string. More...
 
rose_addr_t address
 Address to use when generating a prefix string. More...
 

Member Data Documentation

std::string Rose::BinaryAnalysis::AsmUnparser::LinePrefix::format

Printf-style format string.

This may contain a format for a uint64_t address.

Definition at line 1031 of file AsmUnparser.h.

rose_addr_t Rose::BinaryAnalysis::AsmUnparser::LinePrefix::address

Address to use when generating a prefix string.

Definition at line 1032 of file AsmUnparser.h.


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