| Return Type | Function name | Arguments |
|---|---|---|
| hzEcode | hdbADP::NoteSub | (hzString&,hdbClass*,) |
Declared and defined in file: hzDatabase.h
Function Logic:
Function body:
hzEcode hdbADP::NoteSub (hzString& clsName)hdbClass* pSub,
{ return m_mapSubs.Insert(clsName, pSub) ; }