Pointer on Struct inside union

Marian Thomsen marian.th at outlook.de
Mon Jan 25 10:43:59 GMT 2021


Hello,
I have a given data structure in c++. One struct containing other structs .. In multiple cases I have a union inside these structs that holds multiple pointers each on a different struct. These structs are holding further structs ...
Because of the complexity I try to translate this Datastructure to Python with SIP.
Is it possible to create these Pointers on a structs in the union with SIP.
If yes, what would be a good approach?
If not, comes any other solution to mind?

Thank you in advance!

Kind Regards,

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


More information about the PyQt mailing list