- or download this
namespace geno_eye
{
...
} LabelBind;
}
- 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");
- or download this
#ifdef __cplusplus
extern "C" {
...
void test(geno_eye::LabelBind value)
CODE:
std::cout << "binary value: " << value << std::endl;
- 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"