|
FactDev
0.1
|
#include <mustache.h>
Public Types | |
| enum | Type { Null, Value, SectionStart, InvertedSectionStart, SectionEnd, Partial, Comment, SetDelimiter } |
| enum | EscapeMode { Escape, Unescape, Raw } |
Public Attributes | |
| Type | type |
| QString | key |
| int | start |
| int | end |
| EscapeMode | escapeMode |
Holds properties of a tag in a mustache template.
| enum Mustache::Tag::Type |