This destructor is called as any function starting with a call to _hzfunc() ends. As the latter pushes a function name onto the function stack for the thread, this must be pulled here.

Return TypeFunction nameArguments
void_hz_func_reg::~_hz_func_reg(void)

Declared and defined in file: hzProcess.h

Function Logic:

0:START 1:unknown 2:items 3: No text

Function body:

void _hz_func_reg::~_hz_func_reg (void)
   {
       //  This destructor is called as any function starting with a call to _hzfunc() ends. As the latter pushes a function name onto the function stack for
       //  the thread, this must be pulled here.
       if (_phz)
           _phz->PullFunction() ;
   }