Robert Bradshaw wrote: > On May 6, 2009, at 1:33 PM, Dag Sverre Seljebotn wrote: >>cdef extern "C++" from "myheader.h": >> cdef class A: ...
For Pyrex I'm thinking about using "cdef+" as a
general prefix for C++-related declarations, e.g.
cdef+ extern from "myheader.hpp":
...
cdef+ struct Foo:
...
--
Greg
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev
