| Return Type | Function name | Arguments |
|---|---|---|
| hzEcode | hdbADP::RegisterRegexType | (const hdbRgxtype*,) |
Declared in file: hzDatabase.h
Defined in file : hdbClass.cpp
Function Logic:
Function body:
hzEcode hdbADP::RegisterRegexType (const hdbRgxtype* pRgx)
{
_hzfunc("hdbADP::RegisterRegexType") ;
if (!pRgx)
return E_ARGUMENT ;
if (!pRgx->strType())
return E_NOINIT ;
return m_mapDatatypes.Insert(pRgx->strType(), pRgx) ;
}