Ghidra 11.3.2
Ghidra internal decompiler documentation.
Loading...
Searching...
No Matches
ghidra::RangeProperties Class Reference

A partially parsed description of a Range. More...

#include <address.hh>

Collaboration diagram for ghidra::RangeProperties:
[legend]

Public Member Functions

void decode (Decoder &decoder)
 Decode this from a stream.
 

Private Attributes

string spaceName
 Name of the address space containing the range.
 
uintb first
 Offset of first byte in the Range.
 
uintb last
 Offset of last byte in the Range.
 
bool isRegister
 Range is specified a register name.
 
bool seenLast
 End of the range is actively specified.
 

Friends

class Range
 

Detailed Description

A partially parsed description of a Range.

Class that allows <range> tags to be parsed, when the address space doesn't yet exist


The documentation for this class was generated from the following files: