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

A sorted dictionary of ClassDef objects. More...

#include <classlist.h>

Inheritance diagram for ClassSDict:
SDict< ClassDef >

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)
 
ClassDeftake (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)
 
ClassDeffind (const char *key)
 
ClassDeffind (const QCString &key)
 
ClassDeffind (const QString &key)
 
int findAt (const QCString &key)
 
ClassDefoperator[] (const char *key) const
 
ClassDefat (uint i)
 
void clear ()
 
int count () const
 

Detailed Description

A sorted dictionary of ClassDef objects.


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