Package pyplusplus :: Package code_creators :: Module global_variable :: Class global_variable_base_t

type global_variable_base_t

source code

                         object --+        
                                  |        
        code_creator.code_creator_t --+    
                                      |    
registration_based.registration_based_t --+
                                          |
  declaration_based.declaration_based_t --+
                                          |
                                         global_variable_base_t
Known Subclasses:

Base class for all global variables code creators. Mainly exists to simplify file writers algorithms.

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

Inherited from code_creator.code_creator_t: beautify, create, get_system_headers

Inherited from declaration_based.declaration_based_t: get_user_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
  wrapper

Inherited from registration_based.registration_based_t: associated_decl_creators

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

Inherited from declaration_based.declaration_based_t: alias, decl_identifier, declaration, documentation

Method Details

__init__(self, variable, wrapper=None)
(Constructor)

source code 

Constructor.

Parameters:
  • parent - Parent code creator.
Overrides: declaration_based.declaration_based_t.__init__
(inherited documentation)

Property Details

wrapper

Get Method:
_get_wrapper(self)
Set Method:
_set_wrapper(self, new_wrapper)