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

A sorted dictionary of GroupDef objects. More...

#include <groupdef.h>

Inheritance diagram for GroupSDict:
SDict< GroupDef >

Public Member Functions

 GroupSDict (uint size)
 
- Public Member Functions inherited from SDict< GroupDef >
 SDict (int size=17, bool caseSensitive=TRUE)
 
virtual ~SDict ()
 
void append (const char *key, const GroupDef *d)
 
void prepend (const char *key, const GroupDef *d)
 
bool remove (const char *key)
 
GroupDeftake (const char *key)
 
void sort ()
 
void inSort (const char *key, const GroupDef *d)
 
void insertAt (int i, const char *key, const GroupDef *d)
 
void setAutoDelete (bool val)
 
GroupDeffind (const char *key)
 
GroupDeffind (const QCString &key)
 
GroupDeffind (const QString &key)
 
int findAt (const QCString &key)
 
GroupDefoperator[] (const char *key) const
 
GroupDefat (uint i)
 
void clear ()
 
int count () const
 

Detailed Description

A sorted dictionary of GroupDef objects.


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