Skip to content

Rose::StringUtility::addrIntervalToString

Convert an interval of virtual addresses to a string.

Synopsis

Declared in <src/Rose/StringUtility/NumberToString.h>

[[visibility]]
std::string
addrIntervalToString(
    uint64_t low,
    uint64_t high,
    size_t nbits = 0);

Description

Converts an interval to a string by converting each address to a string, separating them with a comma, and enclosing the whole string in square brackets.

Return Value

Formatted interval string.

Parameters

Name

Description

low

Low address.

high

High address.

nbits

Minimum bit width to display.

Created with MrDocs