ExtUtils::XSpp::Typemap
map types
- Provided by: libextutils-xspp-perl (Version: 0.1800-2)
- Report a bug
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.