5#ifndef DUNE_SINGLETON_HH
6#define DUNE_SINGLETON_HH
Definition of macros controlling symbol visibility at the ABI level.
#define DUNE_EXPORT
Export a symbol as part of the public ABI.
Definition visibility.hh:20
Dune namespace.
Definition alignedallocator.hh:13
An adapter to turn a class into a singleton.
Definition singleton.hh:56
Singleton(const Singleton &)=delete
void operator=(const Singleton &)=delete
static DUNE_EXPORT T & instance()
Get the instance of the singleton.
Definition singleton.hh:70