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
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
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