Re: [C++-sig] ANN: PyBindGen 0.14

2010-02-07 Thread Gustavo Carneiro
On Sun, Feb 7, 2010 at 8:57 PM, Neal Becker wrote: > PyBindGen shows an example wrapping STL containers. What if I need to wrap > my own containers? Is there some generic container machinery? > Yes, there is some generic container machinery, although it currently is duplicating the STL contain

Re: [C++-sig] ANN: PyBindGen 0.14

2010-02-07 Thread Neal Becker
PyBindGen shows an example wrapping STL containers. What if I need to wrap my own containers? Is there some generic container machinery? ___ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig

[C++-sig] ANN: PyBindGen 0.14

2010-02-07 Thread Gustavo Carneiro
PyBindGen is a Python module that is geared to generating C/C++ code that binds a C/C++ library for Python. It does so without extensive use of either C++ templates or C pre-processor macros. It has modular handling of C/C++ types, and can be easily extended with Python plugins. The generated code