#include <section.h>
Public Member Functions | |
| SectionDict (int size) | |
| ~SectionDict () | |
Public Member Functions inherited from SDict< SectionInfo > | |
| SDict (int size=17, bool caseSensitive=TRUE) | |
| virtual | ~SDict () |
| void | append (const char *key, const SectionInfo *d) |
| void | prepend (const char *key, const SectionInfo *d) |
| bool | remove (const char *key) |
| SectionInfo * | take (const char *key) |
| void | sort () |
| void | inSort (const char *key, const SectionInfo *d) |
| void | insertAt (int i, const char *key, const SectionInfo *d) |
| void | setAutoDelete (bool val) |
| SectionInfo * | find (const char *key) |
| SectionInfo * | find (const QCString &key) |
| SectionInfo * | find (const QString &key) |
| int | findAt (const QCString &key) |
| SectionInfo * | operator[] (const char *key) const |
| SectionInfo * | at (uint i) |
| virtual int | compareValues (const SectionInfo *item1, const SectionInfo *item2) const |
| void | clear () |
| int | count () const |
Unsorted dictionary of SectionInfo objects.
|
inline |
Definition at line 71 of file section.h.
1.8.11