Home | Trees | Index | Help |
---|
Package analysis :: Package output :: Package generators :: Module C :: Class CGenerator |
|
Generator
--+ |RawGenerator
--+ | CGenerator
CodeGenerator
,
DeclarationsGenerator
,
DefinitionsGenerator
Method Summary | |
---|---|
__init__(self)
| |
end_guard(self,
module_name)
| |
function_signature(self,
name,
argnames)
| |
get_output(self)
| |
include(self,
module_name)
| |
main_signature(self,
name)
| |
start_guard(self,
module_name)
| |
Return a translation of 'name' compatible with C syntax. | |
Inherited from RawGenerator | |
| |
| |
Inherited from Generator | |
| |
| |
|
Method Details |
---|
_translate(self, name)Return a translation of 'name' compatible with C syntax. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri May 19 01:52:26 2006 | http://epydoc.sf.net |