Extutils-Typemaps-Outputmap

ExtUtils::Typemaps::OutputMap(3p) Perl Programmers Reference Guide

Extutils-Typemaps-Outputmap

ExtUtils::Typemaps::OutputMap(3p) Perl Programmers Reference Guide # ExtUtils::Typemaps::OutputMap(3p) Perl Programmers Reference Guide NNAAMMEE # ExtUtils::Typemaps::OutputMap - Entry in the OUTPUT section of a typemap SSYYNNOOPPSSIISS # use ExtUtils::Typemaps; ... my $output = $typemap->get_output_map('T_NV'); my $code = $output->code(); $output->code("..."); DDEESSCCRRIIPPTTIIOONN # Refer to ExtUtils::Typemaps for details. MMEETTHHOODDSS # nneeww Requires “xstype” and “code” parameters. ccooddee Returns or sets the OUTPUT mapping code for this entry. xxssttyyppee Returns the name of the XS type of the OUTPUT map. ...