英文: How python swig wrappers were generated without any source files in my case? 问题 I was researchin...
如何将Faiss索引写入内存?
英文: How ot write a Faiss index to memory? 问题 我想将faiss索引写入云端备份。 我可以使用faiss.write_index(filename, f)将其...
Python 到 C,使用 SWIG 设计模式处理带有输入和输出 void 指针参数的函数。
英文: Python to C, SWIG design pattern for a function with input and output void pointer arguments 问题 ...
swig python 派生类和基类位于不同模块中
英文: swig python derived and base in different modules 问题 I am trying to reproduce a python example f...
使用Go语言与Swig封装的C++库
英文: Using a swig wrapped c++ library with go 问题 我已经成功使用SWIG将一个大型的C++库进行了封装。我发布了这个模块,并且可以正常安装,但是在构建时出...
为Kotlin Android、Rust和Go编译库。
英文: Compile libraries for Kotlin android,rust and go 问题 这个问题是探索性质的,不确定是否适合在Stack Overflow上提问和回答。 背景:...
How to add an import statement in a Go wrapper generated by SWIG
英文: How to add an import statement in a Go wrapper generated by SWIG 问题 我有一个由SWIG为Go语言生成的包装器。在这个包装器中...
如何包含“<>”级联标题
英文: How to include "<>" cascading headers 问题 我正在尝试使用SWIG将C++代码作为Go模块使用。 我的文件夹组织如下: M...
SWIG(Java):如何调用带有void*输出参数的函数?
英文: SWIG (Java): How can I call a function with a void* out parameter? 问题 背景 我正在开发一款用于 Android 的实时通讯...
如何使用Swig省略前向声明
英文: how to swig omit forward declaration 问题 我正在尝试在供应商头文件上运行swig,这样我就不需要在单独的头文件中重新定义实现。 swig -go -cgo...