[PyKDE] [RFC] [PATCH] Adding support for templated container types to sip

Bryan O'Sullivan bos at serpentine.com
Wed Mar 2 19:45:12 GMT 2005


On Wed, 2005-03-02 at 11:39 -0800, Bryan O'Sullivan wrote:

> The patch has the following caveats:

One final one: I don't yet make any attempt to identify typedefs.

So something like this will currently fail:

        typedef std::list<int> intlist;
        %MappedType intlist;

This should be easy enough to fix.

	<b




More information about the PyQt mailing list