decompiler
1.0.0
|
Compare two Comment pointers. More...
#include <comment.hh>
Public Member Functions | |
bool | operator() (const Comment *a, const Comment *b) const |
Comparison operator. More... | |
Compare two Comment pointers.
Comments are ordered first by function, then address, then the sub-sort index.
Comparison operator.
a | is the first Comment to compare |
b | is the second |
References ghidra::Comment::getAddr(), ghidra::Comment::getFuncAddr(), and ghidra::Comment::getUniq().