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

Sorted dictionary of MemberNameInfo objects. More...

#include <membername.h>

Inheritance diagram for MemberNameInfoSDict:
SDict< MemberNameInfo >

Public Member Functions

 MemberNameInfoSDict (int size)
 
- Public Member Functions inherited from SDict< MemberNameInfo >
 SDict (int size=17, bool caseSensitive=TRUE)
 
virtual ~SDict ()
 
void append (const char *key, const MemberNameInfo *d)
 
void prepend (const char *key, const MemberNameInfo *d)
 
bool remove (const char *key)
 
MemberNameInfotake (const char *key)
 
void sort ()
 
void inSort (const char *key, const MemberNameInfo *d)
 
void insertAt (int i, const char *key, const MemberNameInfo *d)
 
void setAutoDelete (bool val)
 
MemberNameInfofind (const char *key)
 
MemberNameInfofind (const QCString &key)
 
MemberNameInfofind (const QString &key)
 
int findAt (const QCString &key)
 
MemberNameInfooperator[] (const char *key) const
 
MemberNameInfoat (uint i)
 
void clear ()
 
int count () const
 

Detailed Description

Sorted dictionary of MemberNameInfo objects.


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