Help for this page

Select Code to Download


  1. or download this
    namespace geno_eye
    {
    ...
    } LabelBind;
    
    }
    
  2. or download this
    geno_eye::LabelBind  GENO_EYE_LABEL_BIND_T
    
    ...
            sv_catpv($arg, "left");
        else if ($var|geno_eye::LABEL_BIND_RIGHT)
            sv_catpv($arg, "right");
    
  3. or download this
    #ifdef __cplusplus
    extern "C" {
    ...
    void test(geno_eye::LabelBind value)
        CODE:
            std::cout << "binary value: " << value << std::endl;
    
  4. or download this
    $ xsubpp -typemap test_typemap test.xs >test.cpp
    Bareword found where operator expected at (eval 2) line 3, near ""\n  
    +  char* sv_text = SvPV_nolen($arg);
    ...
        $var = 0;
        if (strstr(sv_text, "top"