|
WvStreams
|

Public Types | |
| typedef int( | CompareFunc) (const void *a, const void *b) |
Public Member Functions | |
| WvSorterBase (void *_list) | |
| bool | next () |
| bool | cur () |
Public Attributes | |
| 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 |
Definition at line 23 of file wvsorter.h.
1.8.12