|
libpsynth 0.2.1
|
Lifetime singleton policy that destroys the singleton in the atexit invocation sequence. More...
#include <singleton.hpp>
Static Public Member Functions | |
| static void | schedule (T *, destroy_func_t fun) |
| Scheduler function. | |
| static void | on_dead_reference () |
| Error handler function. | |
Lifetime singleton policy that destroys the singleton in the atexit invocation sequence.
| static void psynth::base::lifetime_atexit< T >::on_dead_reference | ( | ) | [inline, static] |
Error handler function.
| static void psynth::base::lifetime_atexit< T >::schedule | ( | T * | , |
| destroy_func_t | fun | ||
| ) | [inline, static] |
Scheduler function.
1.7.4