![]() |
Rosetta
3.7
|
A base class for all singltons using CRTP and managing the complexity of safely initializing singltons in a thread-safe way. More...
Classes | |
class | utility::SingletonBase< T > |
SingletonBase is meant to serve as a base class for singleton classes in Rosetta handling the initialization of the singleton in a thread-safe way. More... | |
Namespaces | |
utility | |
comment 0 | |
A base class for all singltons using CRTP and managing the complexity of safely initializing singltons in a thread-safe way.