UCommon
|
Used as base class for temporary objects. More...
#include <object.h>
Friends | |
class | auto_delete |
Used as base class for temporary objects.
Temporary objects may be allocated from the heap within a method call and removed automatically removed when a method call completes. This base class is meant to be used in conjunction with an auto (stack frame) object referenced through the auto_delete class as managed through the temporary template.