simpletpl

Undocumented in source.

Members

Aliases

getVal
alias getVal = getValue
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
render
alias render = renderImpl
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

alloca
void* alloca(size_t size)
Undocumented in source.
escape
void escape(String text, Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.
evalExpr
size_t evalExpr(string expr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
flushBuffer
void flushBuffer(void[] buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getContent
string getContent(string expr)
Undocumented in source. Be warned that the author may not have intended to support it.
getVal
string getVal(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
size_t getValue(string key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getValue
string getValue(const(char)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
push
void push()
Undocumented in source. Be warned that the author may not have intended to support it.
render
const(char*) render(string tpl, uint maxDepth)
Undocumented in source. Be warned that the author may not have intended to support it.
render
T render(T tpl, Context data, uint maxDepth)
Undocumented in source. Be warned that the author may not have intended to support it.
setValue
void setValue(string key, string value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setValue
void setValue(const(char[]) key, const(char[]) value)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Context
struct Context
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

buf
byte[24 << 10] buf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
data
Context[] data;
inbuf
byte[24 << 10] inbuf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
outbuf
byte[8 << 10] outbuf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pos
size_t pos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta