2009/5/6 Greg Ewing <[email protected]>: > 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: > ... I think this is weird. But it's a solution. I don't see many problems with cppdef. _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
- [Cython] Syntax to declare a c++ class? Robert Bradshaw
- Re: [Cython] Syntax to declare a c++ class? Lisandro Dalcin
- Re: [Cython] Syntax to declare a c++ class? Dag Sverre Seljebotn
- Re: [Cython] Syntax to declare a c++ class? Robert Bradshaw
- Re: [Cython] Syntax to declare a c++ cla... Dag Sverre Seljebotn
- Re: [Cython] Syntax to declare a c++... Robert Bradshaw
- Re: [Cython] Syntax to declare ... Greg Ewing
- Re: [Cython] Syntax to decl... Danilo Freitas
- Re: [Cython] Syntax to ... Robert Bradshaw
- Re: [Cython] Syntax to ... Danilo Freitas
- Re: [Cython] Syntax to decl... Stefan Behnel
- Re: [Cython] Syntax to ... Robert Bradshaw
- Re: [Cython] Syntax to ... Stefan Behnel
- Re: [Cython] Syntax to ... Robert Bradshaw
- Re: [Cython] Syntax to ... Stefan Behnel
- Re: [Cython] Syntax to ... Greg Ewing
- Re: [Cython] Syntax to declare ... Dag Sverre Seljebotn
- Re: [Cython] Syntax to decl... Robert Bradshaw
