Return TypeFunction nameArguments
hdbObject*hdbObject::hdbObject(void)

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

Function Logic:

0:START 1:m_pClass m_ClassId m_ReposId m_pRoot 2: No text

Function body:

hdbObject* hdbObject::hdbObject (void)
{
   m_pClass = 0;
   m_ReposId = m_ClassId = 0;
   m_pRoot = 0;
}