Displaying 1 result from an estimated 1 matches for "swigfaq".
Did you mean:
  dwigaq
  
2006 Nov 04
1
SWIG tricks
Just saw this interesting page:
   http://www.dabeaz.com/cgi-bin/wiki.pl?SwigFaq/Python
It says "Typemaps are powerful, but often beginners (like me) start to 
see them as the be-all and end-all of fiddling with parameters and end 
up missing simpler ways to achieve things. Using %extend allows you to 
create new functions with parameters how you want them. Using %{ %} 
a...