MIRA
|
Implementation of the LifetimePolicy that is used by the Singleton template. More...
#include <utils/Singleton.h>
Static Public Member Functions | |
static void | scheduleDestruction (T *, Private::atexit_lifetime_fn fun) |
Implementation of the LifetimePolicy that is used by the Singleton template.
This policy NEVER destroys the singleton object, i.e. the singletons destructor will never be called ("leaky singleton").
|
inlinestatic |