aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/otherbinding/typesystem_other.xml
blob: 4081548fce8468c373058bf45086a6541cd5ef26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<typesystem package="other">
    <load-typesystem name="typesystem_sample.xml" generate="no" />
    <load-typesystem name="typesystem_smart.xml" generate="no" />

    <object-type name="OtherObjectType" />
    <object-type name="OtherDerived" />
    <object-type name="OtherMultipleDerived" />

    <value-type name="ExtendsNoImplicitConversion" />
    <value-type name="Number" />

    <smart-pointer-type name="SharedPtr" type="shared" getter="data" ref-count-method="useCount"
                        instantiations="Str"/>
    <value-type name="SmartPtrTester"/>

    <typedef-type name="ValueWithUnitIntInch" source="ValueWithUnit&lt;int,LengthUnit::Inch&gt;"/>
    <typedef-type name="ValueWithUnitIntMillimeter" source="ValueWithUnit&lt;int,LengthUnit::Millimeter&gt;"/>
    <value-type name="OtherValueWithUnitUser"/>

    <suppress-warning text="signature 'operator!=(ByteArray,const char*)' for function modification in 'ByteArray' not found." />
    <suppress-warning text="signature 'operator+(ByteArray,const char*)' for function modification in 'ByteArray' not found." />
    <suppress-warning text="signature 'operator==(ByteArray,const char*)' for function modification in 'ByteArray' not found." />
</typesystem>