3 #ifndef DUNE_SINGLETON_HH
4 #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:18
Dune namespace.
Definition: alignedallocator.hh:14
An adapter to turn a class into a singleton.
Definition: singleton.hh:54
Singleton(const Singleton &)=delete
void operator=(const Singleton &)=delete
static DUNE_EXPORT T & instance()
Get the instance of the singleton.
Definition: singleton.hh:68