Return TypeFunction nameArguments
hzEcodehdbADP::RegisterRegexType(hdbRgxtype*,)

Declared in file: hzDatabase.h
Defined in file : hdbADP.cpp

Function Logic:

0:START 1:unknown 2:Return E_ARGUMENT 3:unknown 4:Return E_NOINIT 5:Return m_mapDatatypes.Insert(pRgx->strType(),pRgx)

Function body:

hzEcode hdbADP::RegisterRegexType (hdbRgxtype* pRgx)
{
   _hzfunc("hdbADP::RegisterRegexType") ;
   if (!pRgx)
       return E_ARGUMENT ;
   if (!pRgx->strType())
       return E_NOINIT ;
   return m_mapDatatypes.Insert(pRgx->strType(), pRgx) ;
}