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

Description

Details for line prefixes.

See line_prefix().

Definition at line 1030 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.
 
rose_addr_t address
 Address to use when generating a prefix string.
 

Constructor & Destructor Documentation

◆ LinePrefix()

Rose::BinaryAnalysis::AsmUnparser::LinePrefix::LinePrefix ( )
inline

Definition at line 1031 of file AsmUnparser.h.

Member Data Documentation

◆ format

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

Printf-style format string.

This may contain a format for a uint64_t address.

Definition at line 1032 of file AsmUnparser.h.

◆ address

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

Address to use when generating a prefix string.

Definition at line 1033 of file AsmUnparser.h.


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