TempleContext

Undocumented in source.

Members

Functions

__templePopHooks
void __templePopHooks()

package

__templePushHooks
void __templePushHooks(TemplateHooks h)

package

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. Be warned that the author may not have intended to support it.
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.
partial
void partial(TempleFuncType* temple_func)

Methods/properties relating to layout support

partial
auto partial()
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
AppenderOutputStream yield()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

__templeRenderWith
AppenderOutputStream __templeRenderWith(TempleFuncType* render_func, TempleContext ctx)

package

Meta