Public Member Functions | |
UseSDict () | |
Public Member Functions inherited from SDict< UseEntry > | |
SDict (int size=17, bool caseSensitive=TRUE) | |
virtual | ~SDict () |
void | append (const char *key, const UseEntry *d) |
void | prepend (const char *key, const UseEntry *d) |
bool | remove (const char *key) |
UseEntry * | take (const char *key) |
void | sort () |
void | inSort (const char *key, const UseEntry *d) |
void | insertAt (int i, const char *key, const UseEntry *d) |
void | setAutoDelete (bool val) |
UseEntry * | find (const char *key) |
UseEntry * | find (const QCString &key) |
UseEntry * | find (const QString &key) |
int | findAt (const QCString &key) |
UseEntry * | operator[] (const char *key) const |
UseEntry * | at (uint i) |
virtual int | compareValues (const UseEntry *item1, const UseEntry *item2) const |
void | clear () |
int | count () const |
module name -> list of ONLY/remote entries (module name = name of the module, which can be accessed via use-directive)
Definition at line 27068 of file fortrancode.cpp.
|
inline |
Definition at line 27071 of file fortrancode.cpp.