Package pyplusplus :: Package code_creators :: Module registration_based :: Class registration_based_t

type registration_based_t

source code

                 object --+    
                          |    
code_creator.code_creator_t --+
                              |
                             registration_based_t
Known Subclasses:

Code creator that is based on a declaration.

Instance Methods
 
__init__(self, associated_decl_creators=None)
Constructor.
source code

Inherited from code_creator.code_creator_t: beautify, create, get_system_headers

Static Methods

Inherited from code_creator.code_creator_t: indent, is_comment, unindent, unique_headers

Class Variables

Inherited from code_creator.code_creator_t: LINE_LENGTH, PARAM_SEPARATOR, PYPLUSPLUS_NS_NAME

Properties
  associated_decl_creators
references to global declaration code creators.

Inherited from code_creator.code_creator_t: parent, target_configuration, top_parent, works_on_instance

Method Details

__init__(self, associated_decl_creators=None)
(Constructor)

source code 

Constructor.

Parameters:
  • parent - Parent code creator.
Overrides: code_creator.code_creator_t.__init__
(inherited documentation)

Property Details

associated_decl_creators

references to global declaration code creators.