maps a unicode character code to a list of T::ElementType's More...
#include <util.h>
Public Member Functions | |
LetterToIndexMap () | |
void | append (uint letter, typename T::ElementType *elem) |
Public Member Functions inherited from SIntDict< T > | |
SIntDict (int size=17) | |
virtual | ~SIntDict () |
void | append (int key, const T *d) |
void | prepend (int key, const T *d) |
bool | remove (int key) |
void | sort () |
void | inSort (int key, const T *d) |
void | setAutoDelete (bool val) |
T * | find (int key) |
T * | operator[] (int key) const |
T * | at (uint i) |
void | clear () |
int | count () |
Private Member Functions | |
int | compareValues (const T *l1, const T *l2) const |
maps a unicode character code to a list of T::ElementType's
|
inline |
|
inline |
|
inlineprivatevirtual |
Function that is used to compare two items when sorting. Overload this to properly sort items.
Reimplemented from SIntDict< T >.
Definition at line 111 of file util.h.