#include <CSOHeapObject.h>

Public Member Functions | |
| CSOHeapObject () | |
| void | reset () |
Public Attributes | |
| int | heapPosition |
| The position in the heap; -1 means not sorted at all. | |
| double | value |
| Some value for comparison, determining the heap position. | |
Definition at line 18 of file CSOHeapObject.h.
| CSOHeapObject::CSOHeapObject | ( | ) | [inline] |
| void CSOHeapObject::reset | ( | void | ) | [inline] |
The position in the heap; -1 means not sorted at all.
Definition at line 32 of file CSOHeapObject.h.
Referenced by CSOHeapObject(), and reset().
| double CSOHeapObject::value |
Some value for comparison, determining the heap position.
Definition at line 33 of file CSOHeapObject.h.
Referenced by CSOHeapObject(), and reset().
1.5.8