decompiler
1.0.0
|
An address table index and its corresponding out-edge. More...
Public Member Functions | |
IndexPair (int4 pos, int4 index) | |
Constructor. | |
bool | operator< (const IndexPair &op2) const |
Compare by position then by index. More... | |
Static Public Member Functions | |
static bool | compareByPosition (const IndexPair &op1, const IndexPair &op2) |
Compare just by position. More... | |
Public Attributes | |
int4 | blockPosition |
Out-edge index for the basic-block. | |
int4 | addressIndex |
Index of address targeting the basic-block. | |
An address table index and its corresponding out-edge.
|
inlinestatic |
Compare just by position.
References blockPosition.
Referenced by ghidra::JumpTable::getIndexByBlock(), and ghidra::JumpTable::numIndicesByBlock().
|
inline |
Compare by position then by index.
op2 | is the other IndexPair to compare with this |
References addressIndex, and blockPosition.