trolldbois / ctypeslib

Generate python ctypes classes from C headers. Requires LLVM clang
http://trolldbois.blogspot.com/search?q=ctypeslib
MIT License
217 stars 61 forks source link

Support simple c++ inherit cases #99

Open NyaMisty opened 3 years ago

coveralls commented 2 years ago

Coverage Status

Coverage decreased (-0.8%) to 82.741% when pulling 44010551f34e571419d463baa75332df6f041cdf on NyaMisty:master into 58b0729e2130cd5c2e89bee5c0af01af1813b1ac on trolldbois:master.

trolldbois commented 2 years ago

@NyaMisty looks nice, would you have a simple test case file to add in the test folder ? test/data/test-simple-namespace.cpp or something like that ?