temple v0.7.1 (2014-11-23T06:40:57Z)
Dub
Repo
CompiledTemple.render
temple
CompiledTemple
Undocumented in source. Be warned that the author may not have intended to support it.
void
render
(T os, TempleContext tc)
void
render
(void delegate(string) sink, TempleContext tc)
void
render
(void function(string) sink, TempleContext tc)
struct
CompiledTemple
const
void
render
(
void
function
(
string
)
sink
,
TempleContext
tc
= null
)
void
render
(std.stdio.File f, TempleContext tc)
void
render
(TempleOutputStream os, TempleContext tc)
void
render
(vibe.core.stream.OutputStream os)
Meta
Source
See Implementation
temple
CompiledTemple
aliases
TempleFuncSig
constructors
this
functions
layout
render
toString
variables
partial_rendr
render_func