A (really) basic implementation of the singleton design pattern. More...
#include <claw/non_copyable.hpp>#include <claw/impl/basic_singleton.tpp>Go to the source code of this file.
Classes | |
| class | claw::concept::basic_singleton< T > |
| A (really) basic implementation of the singleton design pattern. More... | |
Namespaces | |
| namespace | claw |
This is the main namespace. | |
| namespace | claw::concept |
Here are design patterns and other conceptual programming objects. | |
A (really) basic implementation of the singleton design pattern.
Definition in file basic_singleton.hpp.
1.6.1