| 
    
    
     template_type.h 
Go to the documentation of this file. 
   16  char            * template_file;           /* The template file - if internalize_template == false this filename can contain keys which will be replaced at instantiation time. */ 
   17  char            * template_buffer;         /* The content of the template buffer; only has valid content if internalize_template == true. */ 
   18  bool              internalize_template;    /* Should the template be loadad and internalized at template_alloc(). */ 
   20  char            * arg_string;              /* A string representation of the arguments - ONLY used for a _get_ function. */ 
   30int template_eval_loop( const struct template_struct* , buffer_type * buffer , int global_offset , struct loop_struct * ); 
Definition: template_type.h:14  |