decompiler
1.0.0
|
Compare two VariablePiece pointers by offset then by size. More...
Public Member Functions | |
bool | operator() (const VariablePiece *a, const VariablePiece *b) const |
Comparison operator. More... | |
Compare two VariablePiece pointers by offset then by size.
bool ghidra::VariableGroup::PieceCompareByOffset::operator() | ( | const VariablePiece * | a, |
const VariablePiece * | b | ||
) | const |
Comparison operator.
Compare by offset within the group, then by size.
a | is the first piece to compare |
b | is the other piece to compare |
References ghidra::VariablePiece::getOffset(), and ghidra::VariablePiece::getSize().