1ExtUtils::XSpp::TypemapU(s3e)r Contributed Perl DocumentaEtxitoUntils::XSpp::Typemap(3)
2
3
4

NAME

6       ExtUtils::XSpp::Typemap - map types
7
8   ExtUtils::XSpp::Typemap::type
9       Returns the ExtUtils::XSpp::Node::Type that is used for this typemap.
10
11   ExtUtils::XSpp::Typemap::cpp_type()
12       Returns the C++ type to be used for the local variable declaration.
13
14   ExtUtils::XSpp::Typemap::input_code( perl_argument_name, cpp_var_name1, ...
15       )
16       Code to put the contents of the perl_argument (typically ST(x)) into
17       the C++ variable(s).
18
19   ExtUtils::XSpp::Typemap::output_code()
20   ExtUtils::XSpp::Typemap::cleanup_code()
21   ExtUtils::XSpp::Typemap::call_parameter_code( parameter_name )
22   ExtUtils::XSpp::Typemap::call_function_code( function_call_code,
23       return_variable )
24perl v5.12.3                      2011-03-09        ExtUtils::XSpp::Typemap(3)
Impressum