Return TypeFunction nameArguments
NULL-BASIShdbObject::~hdbObject(void)

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

Function Logic:

0:START 1:hdbObject::Clear m_pRoot 2: No text

Function body:

NULL-BASIS hdbObject::~hdbObject (void)
{
   Clear() ;
   delete m_pRoot ;
}