Singleton

Undocumented in source.
  1. mixintemplate Singleton()
  2. mixintemplate Singleton(alias Ctor)
  3. mixintemplate Singleton(string CtorImpl)
    mixin template Singleton (
    string CtorImpl
    ) {}

Constructors

this
this()
Undocumented in source.

Members

Mixins

__anonymous
mixin .SingletonBase
Undocumented in source.

Mixed In Members

From mixin .SingletonBase

instance
RealClass instance [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
alias opCall = instance
Undocumented in source.

Meta