30 #ifndef __CLAW_BASIC_SINGLETON_HPP__
31 #define __CLAW_BASIC_SINGLETON_HPP__
48 static T& get_instance();
58 #include <claw/impl/basic_singleton.tpp>
60 #endif // __CLAW_BASIC_SINGLETON_HPP__
Inherit from this class to forbid construction of your class by copy.
Inherit from this class to forbid copy constructor in your class.
A (really) basic implementation of the singleton design pattern.
This is the main namespace.