Contents:
API Reference
T
Singleton
Singleton provides a templated implementation of the Singleton Design Pattern. This class takes a template parameter and provides behviour around that template that models a singleton - ie there is only one instance available during runtime.
Public Static Functions
instance
Return the single instance of T
instance The singleton instance
destroy
Destroy the single instance of T