UCommon
|
A helper class for the temporary object template. More...
#include <object.h>
Protected Attributes | |
Temporary * | object |
A helper class for the temporary object template.
This class is assumed to be created as an auto variable that will contain a pointer to an object built from the Temporary base class. When auto_delete falls out of scope as a member function exits it deletes the heap based Temporary object as well.