Package analysis :: Package output :: Package generators :: Module C :: Class DeclarationsGenerator
[show private | hide private]
[frames | no frames]

Class DeclarationsGenerator

Generator --+        
            |        
 RawGenerator --+    
                |    
       CGenerator --+
                    |
                   DeclarationsGenerator


A generator for C declarations.
Method Summary
  __init__(self, counter)
  class_declaration(self, name)
  function_declaration(self, name, argnames)
  main_declaration(self, name)
  method_declaration(self, name)
  object_declaration(self, name, attrnames)
  object_type_declaration(self, name)
  other_declaration(self, name)
    Inherited from CGenerator
  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)
    Inherited from RawGenerator
  write(self, *args)
  writeln(self, *args)
    Inherited from Generator
  dedent(self)
  indent(self)

Generated by Epydoc 2.1 on Fri May 19 01:52:26 2006 http://epydoc.sf.net