#include <example.h>
Public Member Functions | |
ExampleSDict (int size=17) | |
~ExampleSDict () | |
Public Member Functions inherited from SDict< Example > | |
SDict (int size=17, bool caseSensitive=TRUE) | |
virtual | ~SDict () |
void | append (const char *key, const Example *d) |
void | prepend (const char *key, const Example *d) |
bool | remove (const char *key) |
Example * | take (const char *key) |
void | sort () |
void | inSort (const char *key, const Example *d) |
void | insertAt (int i, const char *key, const Example *d) |
void | setAutoDelete (bool val) |
Example * | find (const char *key) |
Example * | find (const QCString &key) |
Example * | find (const QString &key) |
int | findAt (const QCString &key) |
Example * | operator[] (const char *key) const |
Example * | at (uint i) |
void | clear () |
int | count () const |
Private Member Functions | |
int | compareValues (const Example *item1, const Example *item2) const |
|
inline |
Definition at line 39 of file example.h.
|
inlineprivatevirtual |
Function that is used to compare two items when sorting. Overload this to properly sort items.
Reimplemented from SDict< Example >.
Definition at line 42 of file example.h.