Help for this page

Select Code to Download


  1. or download this
    %loadplugin{feature::default_xs_typemap};
    
    ...
            sv_setref_pv($PerlVar, "GenoEye::Page", $CVar)
        %};
    };
    
  2. or download this
    Could not find a typemap for C type 'const std::string'.
    The following C types are mapped by the current typemap:
    'AV *', 'Boolean', 'CV *', 'FILE *', 'FileHandle', 'GenoEye::Page *', 
    +'GenoEye::PosType', 'HV *', 'I16', 'I32', 'I8', 'IV', 'InOutStream', 
    +'InputStream', 'NV', 'OutputStream', 'PerlIO *', 'Result', 'STRLEN', 
    +'SV *', 'SVREF', 'SysRet', 'SysRetLong', 'Time_t *', 'U16', 'U32', 'U
    +8', 'UV', 'bool', 'bool_t', 'caddr_t', 'char', 'char *', 'char **', '
    +const char *', 'double', 'float', 'int', 'long', 'short', 'size_t', '
    +ssize_t', 'time_t', 'unsigned', 'unsigned char', 'unsigned char *', '
    +unsigned int', 'unsigned long', 'unsigned long *', 'unsigned short', 
    +'void *', 'wchar_t', 'wchar_t *'
     in /usr/bin/perl -MExtUtils::XSpp::Cmd -e xspp -- --typemap=typemap.x
    +sp GenoEye_Page.xsp, line 53
    
  3. or download this
    TYPEMAP: <<END
    TYPEMAP
    ...
        sv_setref_pv( $arg, xsp_constructor_class("${my $ntt = $type; $ntt
    + =~ s{^const\s+|[ \t*]+$}{}g; \$ntt}"), (void*)$var );
    
    END