A mark accumulated when a given Varnode is visited with a specific field index.
More...
|
|
| VisitMark (Varnode *v, int4 i) |
| | Constructor.
|
| |
| bool | operator< (const VisitMark &op2) const |
| | Compare two VisitMarks for use in a set container.
|
| |
|
|
Varnode * | vn |
| | Varnode reached by trial field.
|
| |
|
int4 | index |
| | Index of the trial field.
|
| |
A mark accumulated when a given Varnode is visited with a specific field index.
◆ operator<()
| bool ghidra::ScoreUnionFields::VisitMark::operator< |
( |
const VisitMark & |
op2 | ) |
const |
|
inline |
Compare two VisitMarks for use in a set container.
- Parameters
-
| op2 | is the other VisitMark being compared with this |
- Returns
- true if this should be ordered before op2
References index, and vn.
The documentation for this class was generated from the following file: