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 implements the normal C++ lifetime, i.e. singletons that are created first, are destroyed last.
|
inlinestatic |