Clear the name-ring of all keys and elements Arguments: None Returns: None

Return TypeFunction nameArguments
voidhzNamering::Clear(void)

Declared in file: hzNamering.h
Defined in file : hzNamering.cpp

Function Logic:

0:START 1:items items items items 2: No text

Function body:

void hzNamering::Clear (void)
{
   //  Clear the name-ring of all keys and elements
   //  
   //  Arguments: None
   //  Returns: None
   _hzfunc("hzNamering::Clear") ;
   mx->m_Lock.LockWrite() ;
   mx->m_Roots.Clear() ;
   mx->m_Members.Clear() ;
   mx->m_Lock.Unlock() ;
}