[cable] wrapping of operator ==
Brad King
brad.king at kitware.com
Wed Mar 3 12:20:12 EST 2004
Kaben Nanlohy wrote:
> Hi;
>
> I notice that by default cswig doesn't generate bindings
> for explicityly defined c++ operator ==.
>
> Is there an easy way to enable wrapping operator == ?
No. The project for which CableSwig was written does not need this.
Adding it is possible, but it would require editing code in the
Executables directory to setup the proper SWIG internal representation
of the configuration node that causes the operator to be wrapped.
Unfortunately we have no time to support this. Unless you are really
using some advanced C++, plain-old-SWIG should work without a problem,
though.
-Brad
More information about the cable
mailing list