libtemplate documentation

API documentation

functions

constants

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