My Project
|
Public Member Functions | |
UsedIndexLetters () | |
void | add (uint letter) |
Public Member Functions inherited from SIntDict< uint > | |
SIntDict (int size=17) | |
virtual | ~SIntDict () |
void | append (int key, const uint *d) |
void | prepend (int key, const uint *d) |
bool | remove (int key) |
void | sort () |
void | inSort (int key, const uint *d) |
void | setAutoDelete (bool val) |
uint * | find (int key) |
uint * | operator[] (int key) const |
uint * | at (uint i) |
void | clear () |
int | count () |
Private Member Functions | |
int | compareValues (const uint *p1, const uint *p2) const |
|
inline |
Definition at line 1744 of file index.cpp.
References SIntDict< uint >::setAutoDelete().
|
inline |
Definition at line 1745 of file index.cpp.
References SIntDict< uint >::append(), and SIntDict< uint >::find().
Referenced by writeAlphabeticalClassList().
|
inlineprivatevirtual |
Function that is used to compare two items when sorting. Overload this to properly sort items.
Reimplemented from SIntDict< uint >.
Definition at line 1754 of file index.cpp.