SIP translation of vector in vector

Phil Thompson phil at riverbankcomputing.com
Thu Apr 8 10:38:17 BST 2021


On 08/04/2021 10:05, Marian Thomsen wrote:
> Hello,
> 
> I came across the following situation using SIP and I could need some 
> help:
> 
> I have a MappedType conversion between std::vector<TYPE *> in c++ and
> list in python. This works fine so far.
> But now I have a situation where std::vector is capsuled in
> std::vector (std::vector<std::vector<TYPE *>*>)
> 
> Is it possible to solve this somehow?

Yes, by another MappedType.

Phil


More information about the PyQt mailing list