Disposer()
Registers the disposer in the containing heap.
nw4r::ut::Link mLink
Link for the heap's linked list. Managed by the containing heap.
virtual ~Disposer()
Unregisters the disposer in the containing heap.
Heap * mHeap
Heap in which the disposer is allocated, or NULL otherwise.
A doubly-linked list node. See List.