qxLib
|
#include <memory>
#include <mutex>
#include <type_traits>
#include <vector>
#include <qx/patterns/singleton.inl>
Go to the source code of this file.
Classes | |
class | qx::base_singleton |
Base singleton class. More... | |
class | qx::singletons_manager |
The class provides a solution to the fiasco static deinitialization for qx::singleton by storing all singletons in one place and removing them in the reverse order of addition. More... | |