1ExtUtils::Typemaps::InpUusteMrapC(o3n)tributed Perl DocuEmxetnUttaitliso:n:Typemaps::InputMap(3)
2
3
4
6 ExtUtils::Typemaps::InputMap - Entry in the INPUT section of a typemap
7
9 use ExtUtils::Typemaps;
10 ...
11 my $input = $typemap->get_input_map('T_NV');
12 my $code = $input->code();
13 $input->code("...");
14
16 Refer to ExtUtils::Typemaps for details.
17
19 new
20 Requires "xstype" and "code" parameters.
21
22 code
23 Returns or sets the INPUT mapping code for this entry.
24
25 xstype
26 Returns the name of the XS type of the INPUT map.
27
28 cleaned_code
29 Returns a cleaned-up copy of the code to which certain transformations
30 have been applied to make it more ANSI compliant.
31
33 ExtUtils::Typemaps
34
36 Steffen Mueller "<smueller@cpan.org">
37
39 Copyright 2009, 2010, 2011, 2012 Steffen Mueller
40
41 This program is free software; you can redistribute it and/or modify it
42 under the same terms as Perl itself.
43
44
45
46perl v5.26.3 2017-07-31 ExtUtils::Typemaps::InputMap(3)