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 Type | Function name | Arguments |
|---|---|---|
| void | _hz_func_reg::~_hz_func_reg | (void) |
Declared and defined in file: hzProcess.h
Function Logic:
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() ;
}