I have a situation similar to the following<BR><BR>struct a {<BR> int b;<BR> int c;<BR>};<BR><BR>struct d {<BR> int e;<BR> struct a f[10];<BR> struct a g;<BR>};<BR><BR>When it gets wrapped in SWIG I ...
If I have a struct that implements an interface, what is the process of converting back and forth between the two types? Simple casting does not work. I am trying to convert between arrays of the ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results