[Pyrex] ANN: pyrexembed - Pyrex C++ wrapping kit

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Nov 9 06:24:04 CET 2005


Lenard Lindstrom wrote:

> cdef extern from "MyClass.h":
>     ctypedef struct myclass "MyClass":
>         int dosomething(float arg)
>     myclass *myclassfactory "new MyClass" (int arg)
                               ^^^^^^^^^^^^^

That's a rather ingenious trick!

Greg




More information about the Pyrex mailing list