# common_src_tsingleton **Repository Path**: mirrors_GPUOpen-Tools/common_src_tsingleton ## Basic Information - **Project Name**: common_src_tsingleton - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TSingleton `TSingleton.h` > NOTICE: This repository has been deprecated and will not receive any more updates! Inheriting from TSingleton doesn't truly enforce a singleton pattern. It is still possible to make copies, multiple instances, construct at will, destruct at will, and have different data associated with any given copy or instance of a class which inherits from TSingleton.