1#include <lib/egg/core/eggDisposer.h> 
    2#include <lib/egg/core/eggHeap.h> 
    7    mHeap = Heap::findContainHeap(
this);
 
    9        mHeap->appendDisposer(
this);
 
 
   15        mHeap->removeDisposer(
this);
 
 
Disposer()
Registers the disposer in the containing heap.
 
virtual ~Disposer()
Unregisters the disposer in the containing heap.
 
Heap * mHeap
Heap in which the disposer is allocated, or NULL otherwise.