Displaying 1 result from an estimated 1 matches for "inouti".
Did you mean:
inout
2006 Aug 26
1
Typemap simplification
One way we might simplify our lives is to modify the .h files so they''re
SWIG friendly. I think I mentioned this before but I''ll bring it up again.
Take the following for example:
void MyFunc( int *x, int *y ) const
You can''t tell looking at this function whether x and y are inputs,
outputs or both (Well, you might can assume they''re not input only).