Spa

Undocumented in source.
  1. mixintemplate Spa(Application)
    nothrow
    mixin template Spa (
    Application
    ) {}
  2. mixintemplate Spa(Application, Theme)

Members

Mixins

__anonymous
mixin Spa!(Application, Empty)
Undocumented in source.

Structs

Empty
struct Empty
Undocumented in source.

Mixed In Members

From mixin Spa!(Application, Empty)

application
Application application;
Undocumented in source.
_start
void _start(uint heap_base)
Undocumented in source. Be warned that the author may not have intended to support it.
dumpApp
string dumpApp()
Undocumented in source. Be warned that the author may not have intended to support it.
loadApp
void loadApp(string state)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta