GetFEM
5.4.3
|
A simple singleton implementation. More...
Go to the source code of this file.
Classes | |
class | dal::singleton< T, LEV > |
singleton class. More... | |
Namespaces | |
dal | |
Dynamic Array Library. | |
A simple singleton implementation.
Singleton was made thread safe for OpenMP However, now there is a singleton instance for every thread (singleton is thread local). This replicates the behaviour of singletons in distributed MPI-like environment;
Definition in file dal_singleton.h.