MIHASH template class definition and implementation. More...
#include <mi32/milist.h>
Go to the source code of this file.
Classes | |
| class | MIHASH< _ITEMTYPE > |
| Items to be stored in the hash MUST define a GetHashNumber() method and define an operator==() for the hash entry for each type of object that will be used to locate the hash entry. More... | |
| class | MIHASH< _ITEMTYPE >::CONST_ITERATOR |
| class | MIHASH< _ITEMTYPE >::ITERATOR |
| CLASS iterator. More... | |
MIHASH template class definition and implementation.
1.6.1