[cable] CableSwig: Python wrappers don't wrap public member data

David Beazley beazley at cs.uchicago.edu
Thu Sep 11 00:59:02 EDT 2003


Steven Levitt writes:
 > 
 > CableSwig doesn't wrap public data members? To be succinct, that stinks. I
 > have a specific need to wrap many C structures in Python, and hand-coding
 > the SWIG interfaces is an onerous task. I was hoping CableSwig would do
 > this more efficiently.
 > 

Is this really an issue?  SWIG already parses most C++ header files
without problems---including public data members.  I'm not sure what
extra coding would really be required.

-- Dave



More information about the cable mailing list