Definition at line 1740 of file index.cpp.
UsedIndexLetters::UsedIndexLetters |
( |
| ) |
|
|
inline |
Definition at line 1743 of file index.cpp.
void setAutoDelete(bool val)
void UsedIndexLetters::add |
( |
uint |
letter | ) |
|
|
inline |
Definition at line 1744 of file index.cpp.
void append(int key, const uint *d)
int UsedIndexLetters::compareValues |
( |
const uint * |
item1, |
|
|
const uint * |
item2 |
|
) |
| const |
|
inlineprivatevirtual |
Function that is used to compare two items when sorting. Overload this to properly sort items.
- See also
- inSort()
Reimplemented from SIntDict< uint >.
Definition at line 1753 of file index.cpp.
1755 return (
int)*p1 - (
int)*p2;
The documentation for this class was generated from the following file: