| Return Type | Function name | Arguments |
|---|---|---|
| hzEcode | hdbObject::ExportJSON | (hzChain&,) |
Declared in file: hzDatabase.h
Defined in file : hdbObject.cpp
Function Logic:
Function body:
hzEcode hdbObject::ExportJSON (hzChain& J)
{
_hzfunc("hdbObject::ExportJSON") ;
if (!m_pClass)
return E_NOINIT ;
J.Clear() ;
return _export_json_r(J, m_pClass, 0);
}