[C++-sig] "operator++" is not supported
Hi, Actually I am generating a python binding for my source code, in which there were a extensive use of operator like operator++(), "operator*", "operator->". As python does not support for these operators. and pyplusplus is failing to generate wrapper code for these operator. Are there any work around or some functionality available in py++ to handle these. Thanks in Advance. Regards, Vishal -- View this message in context: http://old.nabble.com/%22operator%2B%2B%22-is-not-supported-tp28187684p28187684.html Sent from the Python - c++-sig mailing list archive at Nabble.com. ___ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig
Re: [C++-sig] "operator++" is not supported
On Fri, Apr 9, 2010 at 2:29 PM, vishal bayskar wrote: > > Hi, > > Actually I am generating a python binding for my source code, in which there > were a extensive use of operator like operator++(), "operator*", > "operator->". > > As python does not support for these operators. and pyplusplus is failing to > generate wrapper code for these operator. Are there any work around or some > functionality available in py++ to handle these. If you will create small and complete example of what your are trying to do, then may be I would be able to help. -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ ___ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig