Return TypeFunction nameArguments
const char*hzUrl::operator*(void)

Declared in file: hzUrl.h
Defined in file : hzUrl.cpp

Function Logic:

0:START 1:!m_addr 2:Return 0 3:hzSSR::Xlate thisCtl 4:Return thisCtl->m_data

Function body:

const char* hzUrl::operator* (void)
{
   _url_space* thisCtl ;
   if (!m_addr)
       return 0;
   thisCtl = (_url_space*) g_ssrInet.Xlate(m_addr) ;
   return thisCtl->m_data ;
}