30 #ifndef __CLAW_BASIC_SINGLETON_HPP__ 31 #define __CLAW_BASIC_SINGLETON_HPP__ 47 static T& get_instance();
57 #include <claw/basic_singleton.tpp> 59 #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.