Simple Singleton
Package:
Summary:
Create singleton objects
Groups:
Author:
Description:
This is a simple class that can be used to create singleton objects.
When requested, it can create an instance of the class itself and store it as static variable.
If the class object was already created and stored in the static variable, the class returns that object.
When requested, it can create an instance of the class itself and store it as static variable.
If the class object was already created and stored in the static variable, the class returns that object.
Comments are closed.