Package pyplusplus :: Package code_creators :: Module calldef_transformed :: Class mem_fun_v_transformed_wrapper_t

type mem_fun_v_transformed_wrapper_t

source code

                           object --+        
                                    |        
          code_creator.code_creator_t --+    
                                        |    
declaration_based.declaration_based_t --+    
                                        |    
                calldef.calldef_wrapper_t --+
                                            |
                                           mem_fun_v_transformed_wrapper_t

Instance Methods
 
__init__(self, function)
Constructor.
source code
 
default_name(self) source code
 
default_full_name(self) source code
 
args_override_declaration(self) source code
 
args_default_declaration(self) source code
 
default_function_type(self) source code
 
create_default(self) source code
 
wrapped_class_identifier(self) source code
 
create_override(self) source code

Inherited from calldef.calldef_wrapper_t: args_declaration, function_call_args, override_identifier, throw_specifier_code, unoverriden_function_body

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
  ft
  controller

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

source code 

Constructor.

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

wrapped_class_identifier(self)

source code 
Overrides: calldef.calldef_wrapper_t.wrapped_class_identifier

Property Details

ft

controller