decompiler  1.0.0
Public Member Functions | Private Attributes | Friends | List of all members
ghidra::RangeProperties Class Reference

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

#include <address.hh>

Public Member Functions

void decode (Decoder &decoder)
 Restore this from an XML 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: