30#ifndef __CLAW_BASIC_SINGLETON_HPP__
31#define __CLAW_BASIC_SINGLETON_HPP__
47 static T& get_instance();
57#include <claw/basic_singleton.tpp>
non_copyable()
Default constructor.
Here are the design patterns.
This is the main namespace.
Inherit from this class to forbid copy constructor in your class.