Public Member Functions | |
Scope () | |
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) |
ClassDef * | take (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) |
ClassDef * | find (const char *key) |
ClassDef * | find (const QCString &key) |
ClassDef * | find (const QString &key) |
int | findAt (const QCString &key) |
ClassDef * | operator[] (const char *key) const |
ClassDef * | at (uint i) |
virtual int | compareValues (const ClassDef *item1, const ClassDef *item2) const |
void | clear () |
int | count () const |
Definition at line 1279 of file pycode.cpp.
|
inline |
Definition at line 1282 of file pycode.cpp.