utilmm::singleton::wrapper
More...
#include <utilmm/singleton/bits/dummy.hh>
Protected Member Functions | |
dummy () | |
Default Constructor. | |
virtual | ~dummy ()=0 |
Destructor. | |
Static Protected Member Functions | |
static void | attach (std::string const &name, details::dummy_factory const &factory) |
Attach a new singleton. | |
static void | detach (std::string const &name) |
Detach to a singleton. | |
static dummy * | instance (std::string const &name) |
Singleton generic access. | |
Friends | |
class | utilmm::singleton::server |
utilmm::singleton::wrapper
This class is the base class for all the singletons wrapper and the "public" interface to the singleton server.
utilmm::singleton::dummy::dummy | ( | ) | [protected] |
Default Constructor.
virtual utilmm::singleton::dummy::~dummy | ( | ) | [protected, pure virtual] |
Destructor.
static void utilmm::singleton::dummy::attach | ( | std::string const & | name, | |
details::dummy_factory const & | factory | |||
) | [static, protected] |
static void utilmm::singleton::dummy::detach | ( | std::string const & | name | ) | [static, protected] |
Detach to a singleton.
name | Internal id of a singleton |
static dummy* utilmm::singleton::dummy::instance | ( | std::string const & | name | ) | [static, protected] |
friend class utilmm::singleton::server [friend] |