#include <membername.h>
Public Member Functions | |
| MemberNameSDict (int size) | |
| ~MemberNameSDict () | |
Public Member Functions inherited from SDict< MemberName > | |
| SDict (int size=17, bool caseSensitive=TRUE) | |
| virtual | ~SDict () |
| void | append (const char *key, const MemberName *d) |
| void | prepend (const char *key, const MemberName *d) |
| bool | remove (const char *key) |
| MemberName * | take (const char *key) |
| void | sort () |
| void | inSort (const char *key, const MemberName *d) |
| void | insertAt (int i, const char *key, const MemberName *d) |
| void | setAutoDelete (bool val) |
| MemberName * | find (const char *key) |
| MemberName * | find (const QCString &key) |
| MemberName * | find (const QString &key) |
| int | findAt (const QCString &key) |
| MemberName * | operator[] (const char *key) const |
| MemberName * | at (uint i) |
| void | clear () |
| int | count () const |
Private Member Functions | |
| int | compareValues (const MemberName *item1, const MemberName *item2) const |
Sorted dictionary of MemberName objects.
Definition at line 46 of file membername.h.
|
inline |
Definition at line 49 of file membername.h.
|
inline |
Definition at line 50 of file membername.h.
|
privatevirtual |
Function that is used to compare two items when sorting. Overload this to properly sort items.
Reimplemented from SDict< MemberName >.
Definition at line 71 of file membername.cpp.
1.8.11