22 Apr
2005
22 Apr
'05
7:35 a.m.
On 4/22/05, Robert Ramey
what is SWIG?
SWIG is a tool to wrap C++ classes so thay can be used as, for example, python classes. I write template classes in C++ and instantiate them with SWIG.
the macro won't work with a template. one has to specialiae the class. This issue is specifically discussed in the documentation.
I will try to use this macro in SWIG when I instantiate the template (and know the template parameter). Thanks. Bo