class skMethodTable : public skTHashTable<skString, skMethodDefNode>

This class can be used to cache parse trees

Inheritance:

skMethodTable < skTHashTable < skHashTable


Inherited from skTHashTable:

Public Methods

void insertKeyAndValue(TKey * key, TValue * value)
TValue* value(const TKey * key)
void del(const TKey * key)
void delKeyNotValue(const TKey * key)
void remove(const TKey * key)

Protected Methods

int compareKeys(void * key1, void * key2) const
void deleteKey(void * key)
void deleteValue(void * value)
USize hashKey(void * key) const

Inherited from skHashTable:

Public Methods

void clear()
void clearAndDestroyKeys()
void clearAndDestroyValues()
void clearAndDestroy()
USize entries() const

Documentation

This class can be used to cache parse trees. It is a hashtable mapping method name to parse tree

This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de