Return TypeFunction nameArguments
hzEcodehdbIndexText::Clear(void)

Declared in file: hzDatabase.h
Defined in file : hdbIndex.cpp

Function Logic:

0:START 1:hzMapS::Clear 2:Return E_OK

Function body:

hzEcode hdbIndexText::Clear (void)
{
   m_Keys.Clear() ;
   return E_OK ;
}