|
typedef int() | RealCompareFunc(const _type_ *a, const _type_ *b) |
|
typedef int() | CompareFunc(const void *a, const void *b) |
|
|
| WvSorter (_list_ &_list, RealCompareFunc *_cmp) |
|
_type_ * | ptr () const |
|
| WvIterStuff (_type_) |
|
void | rewind () |
|
bool | next () |
|
bool | cur () |
|
|
RealCompareFunc * | cmp |
|
void * | list |
|
void ** | array |
|
void ** | lptr |
|
|
template<class _list_ , class _iter_ > |
void | rewind (CompareFunc *cmp) |
|
|
static int | magic_compare (const void *_a, const void *_b) |
|
|
static CompareFunc * | actual_compare |
|
template<class _type_, class _list_, class _iter_>
class WvSorter< _type_, _list_, _iter_ >
Definition at line 56 of file wvsorter.h.
The documentation for this class was generated from the following file: