Package pyplusplus :: Package code_creators :: Module global_variable :: Class array_gv_wrapper_t

type array_gv_wrapper_t

source code

                           object --+    
                                    |    
          code_creator.code_creator_t --+
                                        |
declaration_based.declaration_based_t --+
                                        |
                                       array_gv_wrapper_t

Creates C++ code that register array class.

Instance Methods
 
__init__(self, variable)
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_type
  wrapper_creator_type
  wrapper_creator_name
  wrapper_creator_full_name

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)
(Constructor)

source code 

Constructor.

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

Property Details

wrapper_type

Get Method:
_get_wrapper_type(self)

wrapper_creator_type

Get Method:
_get_wrapper_creator_type(self)

wrapper_creator_name

Get Method:
_get_wrapper_creator_name(self)

wrapper_creator_full_name

Get Method:
_get_wrapper_creator_full_name(self)