#define MLCSO_EXPORT
Defines export symbols for classes, so they can be used in other DLLs.
 
CSOHeapObject: base class for objects to be used with the heap.
 
int heapPosition
The position in the heap; -1 means not sorted at all.
 
double value
Some value for comparison, determining the heap position.
 
Target mlrange_cast(Source arg)
Generic version of checked ML casts.