Package schrodinger :: Package application :: Package jaguar :: Module make_headers :: Class JaguarTemplates
[hide private]
[frames] | no frames]

Class JaguarTemplates

Class containing text block templates for Jaguar auto-generated C-style header files.

Instance Methods [hide private]
 
__init__(self)
 
get_default_template(self)
 
get_keyword_template(self)
 
_init_default_template(self)
Templates are dictionaries which should define 'head', 'tail', 'integer_head', 'integer_tail', 'real_head', 'real_tail', 'string_head' and 'string_tail'
 
_init_keyword_template(self)
Templates are dictionaries which should define 'head', 'tail', 'integer_head', 'integer_tail', 'real_head', 'real_tail', 'string_head' and 'string_tail'