SRGraphComponent::qsSorterCompareA

int __cdecl SRGraphComponent::qsSorterCompareA(const void * a, const void * b)

Callback routine which orders arrays of GESorter elements in ascending order

Defined in: SRGComp.cpp

Parameters

a

Pointer to the first element

b

Pointer to the second element

Developer Notes

This callback has been placed in the component class because it will be used by the various display classes and routines derived from SRGraphComponent. Note that it does not deal with any member data and therefore does not require a reference to the class instance which calls it. This routine is not virtual and should not be altered or overridden without first understanding the implications of class member function callbacks.