TempleContext

Undocumented in source.

Members

Functions

capture
string capture(void delegate(T) block, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
isSet
bool isSet(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
Variant opDispatch()
Undocumented in source.
opDispatch
void opDispatch(T other)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(string name, T val)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
var
Variant var(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
var
VarDispatcher var()
Undocumented in source. Be warned that the author may not have intended to support it.
yield
TempleInputStream yield()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

__templeRenderWith
Appender!string __templeRenderWith(CompiledTemple temple, TempleContext ctx)

package

Variables

partial
const(CompiledTemple)* partial;
Undocumented in source.
sink
TempleOutputStream sink;
Undocumented in source.

Meta