Return Type | Function name | Arguments |
---|---|---|
bool | hzMapM::Exists | (const KEY&,) |
Declared and defined in file: hzTmplMapM.h
Function Logic:
Function body:
bool hzMapM::Exists (const KEY& key) { _hzfunc("hzMapM:Exists") ; _hz_vn_Dat* pDN ; int32_t nSlot ; pDN = base._findDnodeByKey(nSlot, &key, HZ_ISAMSRCH_LO) ; if (!pDN) return false ; return true ; }