decompiler
1.0.0
|
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 |
A partially parsed description of a Range.
Class that allows <range> tags to be parsed, when the address space doesn't yet exist