My Project
|
#include <sortdict.h>
Public Member Functions | |
SIntList (SIntDict< T > *owner) | |
virtual | ~SIntList () |
Private Member Functions | |
int | compareValues (const T *item1, const T *item2) const |
Private Attributes | |
SIntDict< T > * | m_owner |
internal wrapper class that redirects compareValues() to the dictionary
Definition at line 428 of file sortdict.h.
Definition at line 431 of file sortdict.h.
Definition at line 432 of file sortdict.h.
|
inlineprivate |
Definition at line 434 of file sortdict.h.
Definition at line 438 of file sortdict.h.
Referenced by SIntList< SearchIndexList >::compareValues().