| Return Type | Function name | Arguments |
|---|---|---|
| hzEcode | hdbObject::ExportDelta | (hzChain&,) |
Declared in file: hzDatabase.h
Defined in file : hdbObject.cpp
Function Logic:
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);
}