Definition at line 56 of file wvsorter.h.
Public Types | |
| typedef int( | RealCompareFunc )(const _type_ *a, const _type_ *b) |
| typedef int( | CompareFunc )(const void *a, const void *b) |
Public Member Functions | |
| WvSorter (_list_ &_list, RealCompareFunc *_cmp) | |
| _type_ * | ptr () const |
| WvIterStuff (_type_) | |
| void | rewind () |
| bool | next () |
| bool | cur () |
Public Attributes | |
| RealCompareFunc * | cmp |
| void * | list |
| void ** | array |
| void ** | lptr |
Protected Member Functions | |
| template<class _list_, class _iter_> | |
| void | rewind (CompareFunc *cmp) |
Static Protected Member Functions | |
| static int | magic_compare (const void *_a, const void *_b) |
Static Protected Attributes | |
| static CompareFunc * | actual_compare |
1.4.7