|
ISLEman
|
A sorted dictionary of ClassDef objects. More...
#include <classlist.h>
Public Member Functions | |
| ClassSDict (int size=17) | |
| void | writeDeclaration (OutputList &ol, const ClassDef::CompoundType *filter=0, const char *header=0, bool localNames=FALSE) |
| void | writeDocumentation (OutputList &ol, Definition *container=0) |
| bool | declVisible (const ClassDef::CompoundType *filter=0) const |
Public Member Functions inherited from SDict< ClassDef > | |
| SDict (int size=17, bool caseSensitive=TRUE) | |
| virtual | ~SDict () |
| void | append (const char *key, const ClassDef *d) |
| void | prepend (const char *key, const ClassDef *d) |
| bool | remove (const char *key) |
| ClassDef * | take (const char *key) |
| void | sort () |
| void | inSort (const char *key, const ClassDef *d) |
| void | insertAt (int i, const char *key, const ClassDef *d) |
| void | setAutoDelete (bool val) |
| ClassDef * | find (const char *key) |
| ClassDef * | find (const QCString &key) |
| ClassDef * | find (const QString &key) |
| int | findAt (const QCString &key) |
| ClassDef * | operator[] (const char *key) const |
| ClassDef * | at (uint i) |
| void | clear () |
| int | count () const |
A sorted dictionary of ClassDef objects.
1.8.12