|
ISLEman
|
Public Member Functions | |
| PageSDict (int size) | |
Public Member Functions inherited from SDict< PageDef > | |
| SDict (int size=17, bool caseSensitive=TRUE) | |
| virtual | ~SDict () |
| void | append (const char *key, const PageDef *d) |
| void | prepend (const char *key, const PageDef *d) |
| bool | remove (const char *key) |
| PageDef * | take (const char *key) |
| void | sort () |
| void | inSort (const char *key, const PageDef *d) |
| void | insertAt (int i, const char *key, const PageDef *d) |
| void | setAutoDelete (bool val) |
| PageDef * | find (const char *key) |
| PageDef * | find (const QCString &key) |
| PageDef * | find (const QString &key) |
| int | findAt (const QCString &key) |
| PageDef * | operator[] (const char *key) const |
| PageDef * | at (uint i) |
| void | clear () |
| int | count () const |
1.8.12