Wrapping a function with two bi-directional parameters using SWIG to use in java [foo(char ** strs, unsigned int& size)]

后端 未结 0 988
野性不改
野性不改 2021-01-26 06:38

I\'m using SWIG 4.0.2 to wrap a C++ library to use from Java code. One of the classes has a tricky function that I\'m having difficulties to wrap:

class Bar {
...         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题