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