logo       

RE: Problems with %rename (const): msg#00164

programming.swig

Subject: RE: Problems with %rename (const)

I think I have tracked down where the "extra" method come from:

[snip:Lib/java/java.swg]
881 %typemap(javaout) SWIGTYPE *, SWIGTYPE [], SWIGTYPE (CLASS::*) {
882 long cPtr = $jnicall;
883 return (cPtr == 0) ? null : new $javaclassname(cPtr,
$owner);
884 }
885
[/snip:Lib/java/java.swg]

It has got the exact layout of the "extra" method.

./Emanuel


_______________________________________________
Swig maillist - Swig@xxxxxxxxxxxxxxx
http://mailman.cs.uchicago.edu/mailman/listinfo/swig



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise