core.def(ba.data(),[method](constCore&a){std::cerr<<"No implementation for calling : "<<QString::fromLatin1(method.methodSignature()).toStdString()<<" due to return type"<<std::endl;});
}
}
}
}
// int id = meta->indexOfSlot( QMetaObject::normalizedSignature( _slotSignature ) );
// return ( id != -1 );
std::cerr<<"Defined functions for core"<<std::endl;
// m.def("targets", &targets);
// m.def("sources", &sources);
// m.def("meshes", &meshes);
//
// m.def("updateView", &Core::updateView);
// m.def("clearAll", &Core::clearAll);
std::cerr<<"CorePointer : "<<core_<<std::endl;;
}
PYBIND11_EMBEDDED_MODULE(examples,m){
m.doc()="pybind11 example plugin";// optional module docstring
m.def("add",&add,"A function which adds two numbers");