| Return Type | Function name | Arguments |
|---|---|---|
| void | hdsNavtree::Clear | (void) |
Declared in file: hzDissemino.h
Defined in file : hdsNavtree.cpp
Function Logic:
Function body:
void hdsNavtree::Clear (void)
{
_hzfunc("hdsNavtree::Clear") ;
hdsArticle* pArt ;
uint32_t n ;
for (n = 0; n < m_Articles.Count() ; n++)
{
pArt = m_Articles[n] ;
delete pArt ;
}
m_ItemsByParent.Clear() ;
m_ItemsByName.Clear() ;
}