decompiler  1.0.0
Public Member Functions | Private Attributes | List of all members
ghidra::ScoreUnionFields::VisitMark Class Reference

A mark accumulated when a given Varnode is visited with a specific field index. More...

Public Member Functions

 VisitMark (Varnode *v, int4 i)
 Constructor.
 
bool operator< (const VisitMark &op2) const
 Compare two VisitMarks for use in a set container. More...
 

Private Attributes

Varnodevn
 Varnode reached by trial field.
 
int4 index
 Index of the trial field.
 

Detailed Description

A mark accumulated when a given Varnode is visited with a specific field index.

Member Function Documentation

◆ operator<()

bool ghidra::ScoreUnionFields::VisitMark::operator< ( const VisitMark op2) const
inline

Compare two VisitMarks for use in a set container.

Parameters
op2is 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: