|
Loki
0.1.7
|
#include <Singleton.h>
Public Types | |
| typedef T | ObjectType |
| Type of the singleton object. | |
Static Public Member Functions | |
| static T & | Instance () |
| Returns a reference to singleton object. | |
Provides Singleton amenities for a type T To protect that type from spurious instantiations, you have to protect it yourself.
| CreationPolicy | Creation policy, default: CreateUsingNew |
| LifetimePolicy | Lifetime policy, default: DefaultLifetime, |
| ThreadingModel | Threading policy, default: LOKI_DEFAULT_THREADING_NO_OBJ_LEVEL |