Class containing text block templates for Jaguar auto-generated
C-style header files.
|
|
|
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' |
|
|