List of all members.
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 |
Detailed Description
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: