#include </home/clem/local/src/opie/noncore/apps/opie-reader/hash.h>
Inheritance diagram for hashtable< K, D >:


Public Member Functions | |
| hashtable (int sz) | |
| ~hashtable () | |
| D & | operator[] (K k) |
| iterator | find (K k) |
| D & | operator[] (const iterator &i) |
| iterator | begin () |
| iterator | end () |
Private Member Functions | |
| bool | notprime (size_t p) |
| void | resize () |
| size_t | findkey (const K &key) |
Private Attributes | |
| keydata * | table |
| size_t | hshsz |
Friends | |
| class | hashtable::iterator |
Classes | |
| class | iterator |
| struct | keydata |
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
Definition at line 198 of file hash.h. Referenced by CRegExpFilt::preprocessing(). |
|
|||||||||
|
Definition at line 199 of file hash.h. Referenced by CRegExpFilt::addch(), hashtable< tchar, unsigned int >::find(), and CRegExpFilt::preprocessing(). |
|
||||||||||
|
Definition at line 189 of file hash.h. Referenced by CRegExpFilt::addch(), and CRegExpFilt::preprocessing(). |
|
||||||||||
|
Definition at line 100 of file hash.h. Referenced by hashtable< tchar, unsigned int >::find(), and hashtable< tchar, unsigned int >::operator[](). |
|
||||||||||
|
Definition at line 63 of file hash.h. Referenced by hashtable< tchar, unsigned int >::hashtable(), and hashtable< tchar, unsigned int >::resize(). |
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
Definition at line 78 of file hash.h. Referenced by hashtable< tchar, unsigned int >::findkey(). |
|
|||||
|
|
|
|||||
|
|||||
1.4.2