S | |
source_check_result [CamlTemplate.Cache] |
The type returned by a template source loader when it checks
whether a template's source code has changed.
|
T | |
t [CamlTemplate.Cache] |
The type of template caches.
|
template [CamlTemplate] |
Represents a parsed template.
|
tfun [CamlTemplate.Model] |
The type contained in a
Tfun : a function that
takes tvalue s as arguments, and returns a
tvalue .
|
thash [CamlTemplate.Model] |
The type contained in a
Thash : a collection of
tvalue s, each of which has a name.
|
tlist [CamlTemplate.Model] |
The type contained in a
Tlist : a list of
tvalue s.
|
tvalue [CamlTemplate.Model] |
A value in a template data model.
|