|
libpsynth 0.2.1
|
Creator singleton policy that uses new and delete to allocate and free the singleton. More...
#include <singleton.hpp>
Static Public Member Functions | |
| static T * | create () |
| static void | destroy (T *var) |
Creator singleton policy that uses new and delete to allocate and free the singleton.
| static T* psynth::base::create_with_new< T >::create | ( | ) | [inline, static] |
| static void psynth::base::create_with_new< T >::destroy | ( | T * | var | ) | [inline, static] |
1.7.4