// type of compare function for list sort operation (as in 'qsort'): it should
// return a negative value, 0 or positive value if the first element is less
// than, equal or greater than the second
// type of compare function for list sort operation (as in 'qsort'): it should
// return a negative value, 0 or positive value if the first element is less
// than, equal or greater than the second
// -----------------------------------------------------------------------------
// key stuff: a list may be optionally keyed on integer or string key
// -----------------------------------------------------------------------------
// key stuff: a list may be optionally keyed on integer or string key
// retrieved from it.
#define WX_DECLARE_LIST_3(T, Tbase, name, nodetype) \
// retrieved from it.
#define WX_DECLARE_LIST_3(T, Tbase, name, nodetype) \