Is there a javaargout typemap?
Lindley French <[email protected]> Sun, 17 Oct 2021 10:46:17 -0700
| Newsgroups | gmane.comp.programming.swig |
|---|---|
| Message-ID | <CALwtg06b=Mvq1VpD6JqRXOS4AFkUyeJaM05RgTWp6GChz=c_xw@mail.gmail.com> |
I'm trying to make output arguments work and I'm running into the fundamental problem that since jstype and jtype are not the same, they may not reference the same Java object. So while my argout typemap is doing the right thing and populating the jobject passed in, this is the jtype object, which isn't necessarily the same as the jstype object the user passed in. Furthermore, since the javain typemap is just an expression, there's no obvious way to arrange for it to propagate the jtype data back to the jstype after the call. What am I missing here? _______________________________________________ Swig-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/swig-user