ISLEman
Public Member Functions | List of all members
SectionDict Class Reference

Unsorted dictionary of SectionInfo objects. More...

#include <section.h>

Inheritance diagram for SectionDict:
SDict< SectionInfo >

Public Member Functions

 SectionDict (int size)
 
- 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)
 
SectionInfotake (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)
 
SectionInfofind (const char *key)
 
SectionInfofind (const QCString &key)
 
SectionInfofind (const QString &key)
 
int findAt (const QCString &key)
 
SectionInfooperator[] (const char *key) const
 
SectionInfoat (uint i)
 
virtual int compareValues (const SectionInfo *item1, const SectionInfo *item2) const
 
void clear ()
 
int count () const
 

Detailed Description

Unsorted dictionary of SectionInfo objects.


The documentation for this class was generated from the following file: