SIP: MappedType with a PyInt annotation

Marian Thomsen marian.thomsen at nordsys.de
Wed Mar 23 14:29:18 GMT 2022


Hello,

I'm searching for a way to use


typedef unsigned char ASN1T_PosPillar /PyInt/;


within a mapped type, e.g. when using the following vector

typedef std::vector<ASN1T_PosPillar*> ASN1T_PositionOfPillars;



The problem seems to be the /PyInt/ annotation. Sip does not seem to recognize


%MappedType std::vector<unsigned char *>

with it.

I would be grateful for a hint.


Regards

Marian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20220323/dc082fcf/attachment.htm>


More information about the PyQt mailing list