#include <utilmm/singleton/bits/wrapper.hh>
Static Public Member Functions | |
static void | attach () |
New attachement to singleton. | |
static void | detach () |
Detachment to singleton. | |
static Ty & | instance () |
Acces to the singleton. | |
Friends | |
class | details::wrapper_factory< Ty > |
This class offer the interface used by utilmm::singleton::use
to manipulate the instance of type Ty
Ty | the type of the singleton instance |
static void utilmm::singleton::wrapper< Ty >::attach | ( | ) | [static] |
static void utilmm::singleton::wrapper< Ty >::detach | ( | ) | [static] |
static Ty& utilmm::singleton::wrapper< Ty >::instance | ( | ) | [static] |
friend class details::wrapper_factory< Ty > [friend] |