ExtUtils::Typemaps::InputMap - Entry in the INPUT section of a typemap
use ExtUtils::Typemaps;
...
my $input = $typemap->get_input_map('T_NV');
my $code = $input->code();
$input->code("...");
Perl Programmers Reference Guide
ExtUtils::Typemaps::InputMap(3)
NAME
ExtUtils::Typemaps::InputMap - Entry in the INPUT section of a typemap
SYNOPSIS
use ExtUtils::Typemaps;
...
my $input = $typemap->get_input_map('T_NV');
my $code = $input->code();
$input->code("...");
DESCRIPTION
Refer to ExtUtils::Typemaps for details.
METHODS
new
Requires "xstype" and "code" parameters.
code
Returns or sets the INPUT mapping code for this entry.
xstype
Returns the name of the XS type of the INPUT map.
cleaned_code
Returns a cleaned-up copy of the code to which certain transformations
have been applied to make it more ANSI compliant.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+-----------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+-----------------------+
|Availability | runtime/perl-532 |
+---------------+-----------------------+
|Stability | Pass-through volatile |
+---------------+-----------------------+
SEE ALSO
ExtUtils::Typemaps
AUTHOR
Steffen Mueller "<smueller@cpan.org">
COPYRIGHT & LICENSE
Copyright 2009, 2010, 2011, 2012 Steffen Mueller
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from
http://www.cpan.org/src/5.0/perl-5.32.0.tar.gz.
Further information about this software can be found on the open source
community website at https://www.perl.org/.
perl v5.32.0 2020-06-14
ExtUtils::Typemaps::InputMap(3)