#include <object.h>
Friends | |
class | auto_delete |
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.
Definition at line 159 of file object.h.