|
|
template
Managed indirect dictionary and iterator
friend class TMIDictionaryAsHashTableIterator | TMIDictionaryAsHashTableIterator |
TMIDictionaryAsHashTable ( unsigned size = DEFAULT_HASH_TABLE_SIZE )
| TMIDictionaryAsHashTable |
~TMIDictionaryAsHashTable ()
| ~TMIDictionaryAsHashTable |
int Add ( T *t )
| Add |
int Detach ( T *t, DeleteType dt = DefDelete )
| Detach |
T * Find ( T *t )
| Find |
void Flush ( DeleteType dt = DefDelete )
| Flush |
void ForEach ( void (*func)(T&, void *),
void *args )
| ForEach |
unsigned GetItemsInContainer ()
| GetItemsInContainer |
[const]
int IsEmpty ()
| IsEmpty |
[const]
TMIHashTableImp | HashTable |
[protected]
void DeleteElement ( T& t, void * )
| DeleteElement |
[private static]
template | Detach |
[private]
template | Flush |
[private]
template | DeleteElement |
[private]
Generated by: nicola on gulliver.wadahome.it on Sun May 25 13:54:34 2003, using kdoc 2.0a53. |