|
typedef int() | CompareFunc(const void *a, const void *b) |
|
|
template<class _list_ , class _iter_ > |
void | rewind (CompareFunc *cmp) |
|
Definition at line 23 of file wvsorter.h.
◆ CompareFunc
typedef int() WvSorterBase::CompareFunc(const void *a, const void *b) |
◆ WvSorterBase()
WvSorterBase::WvSorterBase |
( |
void * |
_list | ) |
|
|
inline |
◆ ~WvSorterBase()
WvSorterBase::~WvSorterBase |
( |
| ) |
|
|
inline |
◆ next()
bool WvSorterBase::next |
( |
| ) |
|
|
inline |
◆ cur()
bool WvSorterBase::cur |
( |
| ) |
|
|
inline |
◆ rewind()
template<class _list_ , class _iter_ >
void WvSorterBase::rewind |
( |
CompareFunc * |
cmp | ) |
|
|
protected |
◆ magic_compare()
int WvSorterBase::magic_compare |
( |
const void * |
_a, |
|
|
const void * |
_b |
|
) |
| |
|
staticprotected |
◆ list
◆ array
void** WvSorterBase::array |
◆ lptr
void** WvSorterBase::lptr |
◆ actual_compare
WvSorterBase::CompareFunc * WvSorterBase::actual_compare |
|
staticprotected |
The documentation for this class was generated from the following files: