| Return Type | Function name | Arguments |
|---|---|---|
| void | hdbIndexEnum::Halt | (void) |
Declared in file: hzDatabase.h
Defined in file : hdbIndex.cpp
Function Logic:
Function body:
void hdbIndexEnum::Halt (void)
{
hdbIdset* pS ;
uint32_t n ;
for (n = 0; n < m_Maps.Count() ; n++)
{
pS = m_Maps.GetObj(n) ;
delete pS ;
}
m_Maps.Clear() ;
}