decompiler  1.0.0
Public Member Functions | Private Attributes | Friends | List of all members
HighEdge Class Reference

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

#include <merge.hh>

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 Merge
 

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 main Merge 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: