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

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

Function Logic:

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

Function body:

hzEcode hdbObject::ExportEDO (hzChain& E)
{
   _hzfunc("hdbObject::ExportEDO") ;
   hzEcode     rc ;
   E.Clear() ;
   return _export_edo_r(E, m_pClass, m_pRoot->m_Core, m_pRoot->m_ObjId) ;
}