CompiledTemple

CompiledTemple

Constructors

this
this(TempleFuncSig rf, const(CompiledTemple*) cf)
Undocumented in source.

Members

Aliases

TempleFuncSig
alias TempleFuncSig = void function(TempleContext)
Undocumented in source.

Functions

layout
CompiledTemple layout(const(CompiledTemple*) partial)
Undocumented in source.
render
void render(T os, TempleContext tc)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render(void delegate(string) sink, TempleContext tc)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render(void function(string) sink, TempleContext tc)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render(TempleOutputStream os, TempleContext tc)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render(std.stdio.File f, TempleContext tc)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render(vibe.core.stream.OutputStream os)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(TempleContext tc)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

partial_rendr
const(CompiledTemple)* partial_rendr;
Undocumented in source.
render_func
TempleFuncSig render_func;
Undocumented in source.

Meta