main page,
impressum and license/copyrights,
libtemplate,
HTML::Libtemplate (perl binding),
template language description
libtemplate documentation
API documentation
functions
constants
TPL_ERR_UNKNOWN_TOKEN_TYPE
TPL_ERR_DIVISION_BY_ZERO
TPL_ERR_THEN_MISSING
TPL_ERR_OPENING_BRACKET_MISSING
TPL_ERR_UNDEFINED_OPERATOR
TPL_ERR_FILE_NOT_FOUND
TPL_ERR_INCLUDE_NESTED_DEEPLY
TPL_ERR_INCLUDEFILE_NOT_FOUND
TPL_ERR_UNTERMINATED_STRING
TPL_ERR_UNDEFINED_TOKEN
TPL_ERR_PARSE_ERROR
TPL_ERR_NO_CLOSING_DELIM
TPL_ERR_UNDEFINED_FUNCTION
type definitions
t_template
typedef struct s_template {
char *fname; /* the filename of the template */
int error; /* the error code of the last error */
int line; /* the line where the error occured */
t_tpl_trees *trees; /* the tree structure of the template */
t_tpl_function *functions; /* the function index of the template */
t_tpl_variable *vartree; /* the variable index of the template */
} t_template;
Christian Kruse
Last modified: Wed Oct 9 15:10:20 CEST 2002