On Sun, Dec 12, 2010 at 2:13 PM, BLS <span dir="ltr"><<a href="mailto:windevguy@hotmail.de">windevguy@hotmail.de</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


<br>
Last question is about  : operator()<br>
<br>
f.i.    bool operator()(HWND const a, const HWND b) const<br>
<br>
Klickverbot suggests to use the SWIG's %rename. But how that would look like in practice ?<br>
<br>
Beside, I guess this is what opImplicitCast should solve. maybe alias this could help somehow .. dunno.<br>
<br>
Thanks in advance..<br>
Bjoern<br>
<br></blockquote><div><br>I think you can do this:<br><div style="margin-left: 40px;">%rename(_call)  *::operator();<br><br></div><br>Currently Klickverbot is working on support for operator overloading wrappers.<br></div>

</div>