ORIGINAL
|
Thread-safe singleton pattern implementation with ownership management. More...
#include "ownerPtr.h"
Go to the source code of this file.
Classes | |
class | original::singleton< TYPE > |
Thread-safe singleton pattern implementation with ownership management. More... | |
Namespaces | |
namespace | original |
Main namespace for the project Original. | |
Thread-safe singleton pattern implementation with ownership management.
This file implements a robust singleton pattern with the following features:
The singleton ensures that only one instance of the templated type exists throughout the application lifetime, with proper initialization order and destruction guarantees.