Ghidra Decompiler Analysis Engine
|
Class for sub-sorting different SymbolEntry objects at the same address. More...
#include <database.hh>
Public Member Functions | |
EntrySubsort (bool val) | |
Given a boolean value, construct the earliest/latest possible sub-sort. More... | |
EntrySubsort (const EntrySubsort &op2) | |
Copy constructor. | |
bool | operator< (const EntrySubsort &op2) |
Compare this with another sub-sort. | |
Friends | |
class | SymbolEntry |
Class for sub-sorting different SymbolEntry objects at the same address.
This is built from the SymbolEntry uselimit object (see SymbolEntry::getSubsort()) Relevant portions of an Address object or pulled out for smaller storage and quick comparisons.
|
inline |
Given a boolean value, construct the earliest/latest possible sub-sort.
val | is true for the latest and false for the earliest possible sub-sort |