dune-common 2.9.0
|
Useful wrapper for creating singletons. More...
#include <dune/common/visibility.hh>
Go to the source code of this file.
Classes | |
class | Dune::Singleton< T > |
An adapter to turn a class into a singleton. More... | |
Namespaces | |
namespace | Dune |
Dune namespace. | |
Useful wrapper for creating singletons.
Inspired by the article CodeGuru: A Leak-Free Singleton class