#include <HashTable.hh>
Definition at line 27 of file HashTable.hh.
◆ ~HashTable()
virtual HashTable::~HashTable |
( |
| ) |
|
|
virtual |
◆ HashTable()
◆ Add()
virtual void * HashTable::Add |
( |
char const * |
key, |
|
|
void * |
value |
|
) |
| |
|
pure virtual |
◆ create()
static HashTable * HashTable::create |
( |
int |
keyType | ) |
|
|
static |
◆ getFirst()
void * HashTable::getFirst |
( |
| ) |
|
◆ IsEmpty()
Boolean HashTable::IsEmpty |
( |
| ) |
const |
|
inline |
◆ Lookup()
virtual void * HashTable::Lookup |
( |
char const * |
key | ) |
const |
|
pure virtual |
◆ numEntries()
virtual unsigned HashTable::numEntries |
( |
| ) |
const |
|
pure virtual |
◆ Remove()
virtual Boolean HashTable::Remove |
( |
char const * |
key | ) |
|
|
pure virtual |
◆ RemoveNext()
void * HashTable::RemoveNext |
( |
| ) |
|
The documentation for this class was generated from the following file: