30 #ifndef __CLAW_BASIC_SINGLETON_HPP__
31 #define __CLAW_BASIC_SINGLETON_HPP__
60 #endif // __CLAW_BASIC_SINGLETON_HPP__
Inherit from this class to forbid construction of your class by copy.
Implementation of the claw::pattern::basic_singleton class.
Inherit from this class to forbid copy constructor in your class.
A (really) basic implementation of the singleton design pattern.
static T & get_instance()
Get the instance of the singleton.
basic_singleton()
Constructor.
~basic_singleton()
Destructor.