SIP translation of vector in vector

Marian Thomsen marian.th at outlook.de
Thu Apr 8 10:05:15 BST 2021


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?

(Btw. because this probably wont work using templates the TYPE in this case is a struct named PathPoint )

Thank you!

M.T.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20210408/023dc262/attachment.htm>


More information about the PyQt mailing list