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

A sorted dictionary of Example objects. More...

#include <example.h>

Inheritance diagram for ExampleSDict:
SDict< Example >

Public Member Functions

 ExampleSDict (int size=17)
 
- Public Member Functions inherited from SDict< Example >
 SDict (int size=17, bool caseSensitive=TRUE)
 
virtual ~SDict ()
 
void append (const char *key, const Example *d)
 
void prepend (const char *key, const Example *d)
 
bool remove (const char *key)
 
Exampletake (const char *key)
 
void sort ()
 
void inSort (const char *key, const Example *d)
 
void insertAt (int i, const char *key, const Example *d)
 
void setAutoDelete (bool val)
 
Examplefind (const char *key)
 
Examplefind (const QCString &key)
 
Examplefind (const QString &key)
 
int findAt (const QCString &key)
 
Exampleoperator[] (const char *key) const
 
Exampleat (uint i)
 
void clear ()
 
int count () const
 

Detailed Description

A sorted dictionary of Example objects.


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