decompiler
1.0.0
|
Comparator for sorting Symbol objects by name. More...
#include <database.hh>
Public Member Functions | |
bool | operator() (const Symbol *sym1, const Symbol *sym2) const |
Compare two Symbol pointers. More... | |
Comparator for sorting Symbol objects by name.
|
inline |
Compare two Symbol pointers.
Compare based on name. Use the deduplication id on the symbols if necessary
References ghidra::Symbol::name, and ghidra::Symbol::nameDedup.