|
ISLEman
|
A sorted dictionary of NamespaceDef objects. More...
#include <namespacedef.h>
Public Member Functions | |
| NamespaceSDict (int size=17) | |
| void | writeDeclaration (OutputList &ol, const char *title, bool isConstantGroup=false, bool localName=FALSE) |
| bool | declVisible () const |
Public Member Functions inherited from SDict< NamespaceDef > | |
| SDict (int size=17, bool caseSensitive=TRUE) | |
| virtual | ~SDict () |
| void | append (const char *key, const NamespaceDef *d) |
| void | prepend (const char *key, const NamespaceDef *d) |
| bool | remove (const char *key) |
| NamespaceDef * | take (const char *key) |
| void | sort () |
| void | inSort (const char *key, const NamespaceDef *d) |
| void | insertAt (int i, const char *key, const NamespaceDef *d) |
| void | setAutoDelete (bool val) |
| NamespaceDef * | find (const char *key) |
| NamespaceDef * | find (const QCString &key) |
| NamespaceDef * | find (const QString &key) |
| int | findAt (const QCString &key) |
| NamespaceDef * | operator[] (const char *key) const |
| NamespaceDef * | at (uint i) |
| void | clear () |
| int | count () const |
A sorted dictionary of NamespaceDef objects.
1.8.12