#include <example.h>
Inheritance diagram for ExampleSDict:
Public Member Functions | |
ExampleSDict (int size=17) | |
~ExampleSDict () | |
int | compareItems (GCI item1, GCI item2) |
Definition at line 34 of file example.h.
int ExampleSDict::compareItems | ( | GCI | item1, | |
GCI | item2 | |||
) | [inline, virtual] |
Function that is used to compare two items when sorting. Overload this to properly sort items.
Reimplemented from SDict< Example >.