Return TypeFunction nameArguments
boolhzUrl::operator!(void)

Declared and defined in file: hzUrl.h

Function Logic:

Function body:

bool hzUrl::operator! (void)
                                           { return m_addr ? false : true ; }