get_arg_accessor(self, arg, option) | tools.cwrap.plugins.CWrapPlugin | |
get_assign_args(self, arguments) | tools.cwrap.plugins.CWrapPlugin | |
get_return_wrapper(self, option) | tools.cwrap.plugins.CWrapPlugin | |
get_type_check(self, arg, option) | tools.cwrap.plugins.CWrapPlugin | |
get_type_unpack(self, arg, option) | tools.cwrap.plugins.CWrapPlugin | |
get_wrapper_template(self, declaration) | tools.cwrap.plugins.CWrapPlugin | |
initialize(self, cwrap) | tools.cwrap.plugins.CWrapPlugin | |
process_all_call_arg(self, code, option) | tools.cwrap.plugins.CWrapPlugin | |
process_all_checks(self, code, option) | tools.cwrap.plugins.CWrapPlugin | |
process_declarations(self, declarations) | tools.cwrap.plugins.CWrapPlugin | |
process_full_file(self, code, template_path) | tools.cwrap.plugins.CWrapPlugin | |
process_option_code(self, code, option) | tools.cwrap.plugins.CWrapPlugin | |
process_option_code_template(self, template, option) | tools.cwrap.plugins.CWrapPlugin | |
process_pre_arg_assign(self, template, option) | tools.cwrap.plugins.CWrapPlugin | |
process_single_check(self, code, arg, arg_accessor) | tools.cwrap.plugins.CWrapPlugin | |
process_single_unpack(self, code, arg, arg_accessor) | tools.cwrap.plugins.CWrapPlugin | |
process_wrapper(self, code, declaration) | tools.cwrap.plugins.CWrapPlugin | |