Return TypeFunction nameArguments
hzEcodehdbObject::ExportDelta(hzChain&,)

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

Function Logic:

0:START 1:hzChain::Clear 2:Return _export_delta_r(Z,m_pClass,m_pRoot->m_Core,m_pRoot->m_ObjId,0)

Function body:

hzEcode hdbObject::ExportDelta (hzChain& Z)
{
   _hzfunc("hdbObject::ExportDelta") ;
   Z.Clear() ;
   return _export_delta_r(Z, m_pClass, m_pRoot->m_Core, m_pRoot->m_ObjId, 0);
}