Defer Struct Reference


Data Fields

DefernextPtr
Ns_TclDeferProc * proc
void * arg

Detailed Description

The following structure maintains callbacks registered with the Ns_TclRegisterDeffered rouinte to invoke during interp deallocation Unlike traces, these callbacks are one-shot events and invoked in FIFO order (LIFO would probably have been better). In practice this API is rarely used. Instead, more specific garbage collection schemes should be used with "ns_ictl trace deallocate".


Field Documentation

struct Defer* Defer::nextPtr

Ns_TclDeferProc* Defer::proc

void* Defer::arg


The documentation for this struct was generated from the following file:
Generated on Tue Sep 4 19:58:57 2007 by  doxygen 1.5.1