Template Class UDestroyer
Defined in File UDestroyer.h
Class Documentation
-
template<class T>
class UDestroyer This class is used to delete a dynamically created objects. It was mainly designed to remove dynamically created Singleton. Created on the stack of a Singleton, when the application is finished, his destructor make sure that the Singleton is deleted.