Ghidra 11.3.2
Ghidra internal decompiler documentation.
Loading...
Searching...
No Matches
ghidra::HighEdge Class Reference

A record for caching a Cover intersection test between two HighVariable objects. More...

#include <variable.hh>

Collaboration diagram for ghidra::HighEdge:
[legend]

Public Member Functions

bool operator< (const HighEdge &op2) const
 Comparator.
 
 HighEdge (HighVariable *c, HighVariable *d)
 Constructor.
 

Private Attributes

HighVariablea
 First HighVariable of the pair.
 
HighVariableb
 Second HighVariable of the pair.
 

Friends

class HighIntersectTest
 

Detailed Description

A record for caching a Cover intersection test between two HighVariable objects.

This is just a pair of HighVariable objects that can be used as a map key. The HighIntersectTest class uses it to cache intersection test results between the two variables in a map.


The documentation for this class was generated from the following file: