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