w4d v0.0.3 (2018-08-14T14:17:39Z)
Dub
Repo
AppContext
calc
context
Undocumented in source.
class
AppContext {
protected static
AppContext
_instance
;
static
instance
[@property getter];
protected
ResultDisplay
_display
;
protected
Calculator
_calculator
;
this
(ResultDisplay d);
void
push
(T v);
void
reset
();
}
Constructors
this
this
(ResultDisplay d)
Undocumented in source.
Members
Functions
push
void
push
(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void
reset
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
instance
instance
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
_instance
AppContext
_instance
;
Undocumented in source.
Variables
_calculator
Calculator
_calculator
;
Undocumented in source.
_display
ResultDisplay
_display
;
Undocumented in source.
Meta
Source
See Implementation
calc
context
aliases
CalcContext
classes
AppContext
interfaces
ResultDisplay