autoObjectDestruction :boolean
This property indicates whether or not a created object will automatically be destroyed when its reference has been garbage collected. It is set to true by default, and allows Class++ to automatically call the destructor function (if defined) of an object automatically.
It can be set to false if desired, however, you will have to manually destroy every object if you do, to prevent memory leaks.