SimpleHashTree class.
More...
#include <SimpleHashTable.h>
Public Methods | |
| void | write (ostream &os) const |
| Write the key to an output stream. | |
| T & | key () |
| Return the key. | |
| int | compare (T &key) |
| Compare the current key with key. | |
Private Methods | |
| SimpleHashTableItem (T *Key_) | |
| Constructor, which requires a key. | |
Private Attributes | |
| T | Key |
| The key object. | |
Friends | |
| class | AbstractHashTable< SimpleHashTableItem< T >, T > |
SimpleHashTree class.