data structure dictionary is a collection of items with keys. It provides the operations to insert pairs of keys and items and to look up an item given some key.
#include <dictionary.h>
Inheritance diagram for ABA_DICTIONARY< KeyType, ItemType >::
|
The output operator writes the hash table implementing the dictionary on an output stream.
data structure dictionary is a collection of items with keys. It provides the operations to insert pairs of keys and items and to look up an item given some key.
Definition at line 47 of file dictionary.h.
Adds the item together with a key to the dictionary.
A pointer to the item associated with key in the ABA_DICTIONARY, or 0 if there is no such item.
The output operator writes the hash table implementing the dictionary on an output stream.
A reference to the output stream.
The constructor.
Definition at line 55 of file dictionary.h.
Definition at line 55 of file dictionary.h.
A pointer to the corresponding global object.
Definition at line 86 of file dictionary.h.
The hash table implementing the dictionary.
Definition at line 90 of file dictionary.h.
The documentation for this class was generated from the following file: