Context

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(Context ctx, UniNode data)
Undocumented in source.

Members

Functions

get
UniNode get(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getFunc
Function getFunc(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getMacro
Macro getMacro(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getPtr
UniNode* getPtr(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
has
bool has(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
hasFunc
bool hasFunc(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
hasMacro
bool hasMacro(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
previos
Context previos()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
UniNode data;
Undocumented in source.
functions
Function[string] functions;
Undocumented in source.
macros
Macro[string] macros;
Undocumented in source.

Meta