#include <pagedef.h>
Inheritance diagram for PageSDict:
Public Member Functions | |
PageSDict (int size) | |
virtual | ~PageSDict () |
int | compareItems (GCI i1, GCI i2) |
Definition at line 63 of file pagedef.h.
int PageSDict::compareItems | ( | GCI | i1, | |
GCI | i2 | |||
) | [inline, virtual] |
Function that is used to compare two items when sorting. Overload this to properly sort items.
Reimplemented from SDict< PageDef >.