the element of the heap More...
#include <local_optimization.h>
Public Member Functions | |
| HeapElem () | |
| HeapElem (LocModPtrType _locModPtr) | |
| bool | IsUpToDate () const |
| bool | operator< (const HeapElem &h) const |
| ~HeapElem () | |
Public Attributes | |
| LocModPtrType | locModPtr |
| pointer to instance of local modifier | |
| float | pri |
the element of the heap
Definition at line 244 of file local_optimization.h.