On Sun, Dec 12, 2010 at 2:13 PM, BLS <[email protected]> wrote:

>
> Last question is about  : operator()
>
> f.i.    bool operator()(HWND const a, const HWND b) const
>
> Klickverbot suggests to use the SWIG's %rename. But how that would look
> like in practice ?
>
> Beside, I guess this is what opImplicitCast should solve. maybe alias this
> could help somehow .. dunno.
>
> Thanks in advance..
> Bjoern
>
>
I think you can do this:
%rename(_call)  *::operator();


Currently Klickverbot is working on support for operator overloading
wrappers.

Reply via email to