Public Member Functions | List of all members
UseSDict Class Reference
Inheritance diagram for UseSDict:
SDict< UseEntry >

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)
 
UseEntrytake (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)
 
UseEntryfind (const char *key)
 
UseEntryfind (const QCString &key)
 
UseEntryfind (const QString &key)
 
int findAt (const QCString &key)
 
UseEntryoperator[] (const char *key) const
 
UseEntryat (uint i)
 
virtual int compareValues (const UseEntry *item1, const UseEntry *item2) const
 
void clear ()
 
int count () const
 

Detailed Description

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.

Constructor & Destructor Documentation

UseSDict::UseSDict ( )
inline

Definition at line 27071 of file fortrancode.cpp.


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