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