decompiler
1.0.0
|
Public Member Functions | |
AddressSorter (const Address &ad, const Address &use, int4 sz) | |
AddressSorter (const AddressSorter &op2) | |
const Address & | getAddr (void) const |
const Address & | getUseAddr (void) const |
int4 | getSize (void) const |
bool | operator< (const AddressSorter &op2) const |
bool | operator== (const AddressSorter &op2) const |
bool | operator!= (const AddressSorter &op2) const |
Private Attributes | |
Address | addr |
Address | useaddr |
int4 | size |