| Return Type | Function name | Arguments |
|---|---|---|
| unsigned int | hdbObject::GetObjId | (void) |
Declared in file: hzDatabase.h
Defined in file : hdbObject.cpp
Function Logic:
Function body:
unsigned int hdbObject::GetObjId (void)
{
if (!m_pRoot)
return 0;
return m_pRoot->m_ObjId ;
}