ExtUtils::XSpp::Typemap(3pm) | User Contributed Perl Documentation | ExtUtils::XSpp::Typemap(3pm) |
ExtUtils::XSpp::Typemap - map types
Returns the ExtUtils::XSpp::Node::Type that is used for this typemap.
(Optional) XS typemap identifier (e.g. T_IV) for this C++ type.
(Optional) XS input code for the associated XS typemap.
(Optional) XS output code for the associated XS typemap.
Returns the C++ type to be used for the local variable declaration.
Code to put the contents of the perl_argument (typically ST(x)) into the C++ variable(s).
Allows modifying the code used in the function/method call. The first parameter has the form "THIS-"method( <args> )>, the second parameter is a variable to hold the return value.
2020-12-29 | perl v5.32.0 |