4 #ifndef UTILMM_SINGLETON_WRAPPER_HEADER
5 # define UTILMM_SINGLETON_WRAPPER_HEADER
64 static std::string name();
74 # define IN_UTILMM_SINGLETON_WRAPPER_HEADER
75 #include "utilmm/singleton/bits/wrapper.tcc"
76 # undef IN_UTILMM_SINGLETON_WRAPPER_HEADER
77 #endif // UTILMM_SINGLETON_WRAPPER_HEADER
Definition: wrapper.hh:13
static void detach()
Detachment to singleton.
static Ty & instance()
Acces to the singleton.
Wrapper for singleton instances.
Definition: wrapper.hh:31
static void attach()
New attachement to singleton.
base class for utilmm::singleton::wrapper
Definition: dummy.hh:32
Declaration of utilmm::singleton::dummy.