Skip to content

Commit

Permalink
import xml doc of development (3b050f0a108d47c71622a70e330ad38c1ef43d15)
Browse files Browse the repository at this point in the history
  • Loading branch information
haxe-ci committed Aug 29, 2024
1 parent da3bd38 commit 04ca024
Show file tree
Hide file tree
Showing 10 changed files with 381 additions and 324 deletions.
124 changes: 82 additions & 42 deletions xml/development/cpp.xml

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions xml/development/flash.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42559,7 +42559,7 @@

@see https://haxe.org/manual/std-vector.html</haxe_doc>
<impl><class path="haxe.ds._Vector.Vector_Impl_" params="" file="/home/runner/work/haxe/haxe/std/haxe/ds/Vector.hx" private="1" module="haxe.ds.Vector" final="1">
<_new public="1" get="inline" set="null" line="62" static="1">
<_new public="1" get="inline" set="null" line="57" static="1">
<f a="length">
<x path="Int"/>
<x path="haxe.ds.Vector"><c path="haxe.ds.Vector.T"/></x>
Expand All @@ -42574,7 +42574,7 @@
- null for other types on static targets

If `length` is less than or equal to 0, the result is unspecified.</haxe_doc>
<overloads><_new public="1" get="inline" set="null" line="92">
<overloads><_new public="1" get="inline" set="null" line="89">
<f a="length:defaultValue">
<x path="Int"/>
<c path="haxe.ds.Vector.T"/>
Expand All @@ -42588,7 +42588,7 @@
If `length` is less than or equal to 0, the result is unspecified.</haxe_doc>
</_new></overloads>
</_new>
<get public="1" get="inline" set="null" line="126" static="1">
<get public="1" get="inline" set="null" line="123" static="1">
<f a="this:index">
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
<x path="Int"/>
Expand All @@ -42600,7 +42600,7 @@
If `index` is negative or exceeds `this.length`, the result is
unspecified.</haxe_doc>
</get>
<set public="1" get="inline" set="null" line="144" static="1">
<set public="1" get="inline" set="null" line="141" static="1">
<f a="this:index:val">
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
<x path="Int"/>
Expand All @@ -42617,22 +42617,22 @@
<x path="Int"/>
<haxe_doc>Returns the length of `this` Vector.</haxe_doc>
</length>
<get_length get="inline" set="null" line="161" static="1">
<get_length get="inline" set="null" line="158" static="1">
<f a="this">
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
<x path="Int"/>
</f>
<meta><m n=":has_untyped"/></meta>
</get_length>
<fill public="1" get="inline" set="null" line="177" static="1">
<fill public="1" get="inline" set="null" line="174" static="1">
<f a="this:value">
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
<c path="haxe.ds.Vector.T"/>
<x path="Void"/>
</f>
<haxe_doc>Sets all `length` elements of `this` Vector to `value`.</haxe_doc>
</fill>
<blit public="1" params="T" set="method" line="186" static="1">
<blit public="1" params="T" set="method" line="184" static="1">
<f a="src:srcPos:dest:destPos:len">
<x path="haxe.ds.Vector"><c path="blit.T"/></x>
<x path="Int"/>
Expand All @@ -42647,14 +42647,14 @@
The results are unspecified if `length` results in out-of-bounds access,
or if `src` or `dest` are null</haxe_doc>
</blit>
<toArray public="1" get="inline" set="null" line="225" static="1">
<toArray public="1" get="inline" set="null" line="223" static="1">
<f a="this">
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
<c path="Array"><c path="haxe.ds.Vector.T"/></c>
</f>
<haxe_doc>Creates a new Array, copy the content from the Vector to it, and returns it.</haxe_doc>
</toArray>
<toData public="1" get="inline" set="null" line="254" static="1">
<toData public="1" get="inline" set="null" line="252" static="1">
<f a="this">
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
Expand All @@ -42663,7 +42663,7 @@

This returns the internal representation type.</haxe_doc>
</toData>
<fromData public="1" params="T" get="inline" set="null" line="264" static="1">
<fromData public="1" params="T" get="inline" set="null" line="262" static="1">
<f a="data">
<t path="haxe.ds._Vector.VectorData"><c path="fromData.T"/></t>
<x path="haxe.ds.Vector"><c path="fromData.T"/></x>
Expand All @@ -42674,7 +42674,7 @@

If `data` is null, the corresponding Vector is also `null`.</haxe_doc>
</fromData>
<fromArrayCopy public="1" params="T" get="inline" set="null" line="277" static="1">
<fromArrayCopy public="1" params="T" get="inline" set="null" line="275" static="1">
<f a="array">
<c path="Array"><c path="fromArrayCopy.T"/></c>
<x path="haxe.ds.Vector"><c path="fromArrayCopy.T"/></x>
Expand All @@ -42689,7 +42689,7 @@

If `array` is null, the result is unspecified.</haxe_doc>
</fromArrayCopy>
<copy public="1" params="T" get="inline" set="null" line="306" static="1">
<copy public="1" params="T" get="inline" set="null" line="304" static="1">
<f a="this">
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
<x path="haxe.ds.Vector"><c path="copy.T"/></x>
Expand All @@ -42700,7 +42700,7 @@
`a[i] == a.copy()[i]` is true for any valid `i`. However,
`a == a.copy()` is always false.</haxe_doc>
</copy>
<join public="1" params="T" get="inline" set="null" line="329" static="1">
<join public="1" params="T" get="inline" set="null" line="327" static="1">
<f a="this:sep">
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
<c path="String"/>
Expand All @@ -42718,7 +42718,7 @@

If `sep` is null, the result is unspecified.</haxe_doc>
</join>
<map public="1" params="S" get="inline" set="null" line="352" static="1">
<map public="1" params="S" get="inline" set="null" line="350" static="1">
<f a="this:f">
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
<f a="">
Expand All @@ -42733,7 +42733,7 @@

If `f` is null, the result is unspecified.</haxe_doc>
</map>
<sort public="1" get="inline" set="null" line="379" static="1">
<sort public="1" get="inline" set="null" line="377" static="1">
<f a="this:f">
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
<f a=":">
Expand All @@ -42757,7 +42757,7 @@
</class></impl>
</abstract>
<class path="haxe.ds._Vector.Vector_Impl_" params="" file="/home/runner/work/haxe/haxe/std/haxe/ds/Vector.hx" private="1" module="haxe.ds.Vector" final="1">
<_new public="1" get="inline" set="null" line="62" static="1">
<_new public="1" get="inline" set="null" line="57" static="1">
<f a="length">
<x path="Int"/>
<x path="haxe.ds.Vector"><c path="haxe.ds.Vector.T"/></x>
Expand All @@ -42772,7 +42772,7 @@
- null for other types on static targets

If `length` is less than or equal to 0, the result is unspecified.</haxe_doc>
<overloads><_new public="1" get="inline" set="null" line="92">
<overloads><_new public="1" get="inline" set="null" line="89">
<f a="length:defaultValue">
<x path="Int"/>
<c path="haxe.ds.Vector.T"/>
Expand All @@ -42786,7 +42786,7 @@
If `length` is less than or equal to 0, the result is unspecified.</haxe_doc>
</_new></overloads>
</_new>
<get public="1" get="inline" set="null" line="126" static="1">
<get public="1" get="inline" set="null" line="123" static="1">
<f a="this:index">
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
<x path="Int"/>
Expand All @@ -42798,7 +42798,7 @@
If `index` is negative or exceeds `this.length`, the result is
unspecified.</haxe_doc>
</get>
<set public="1" get="inline" set="null" line="144" static="1">
<set public="1" get="inline" set="null" line="141" static="1">
<f a="this:index:val">
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
<x path="Int"/>
Expand All @@ -42815,22 +42815,22 @@
<x path="Int"/>
<haxe_doc>Returns the length of `this` Vector.</haxe_doc>
</length>
<get_length get="inline" set="null" line="161" static="1">
<get_length get="inline" set="null" line="158" static="1">
<f a="this">
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
<x path="Int"/>
</f>
<meta><m n=":has_untyped"/></meta>
</get_length>
<fill public="1" get="inline" set="null" line="177" static="1">
<fill public="1" get="inline" set="null" line="174" static="1">
<f a="this:value">
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
<c path="haxe.ds.Vector.T"/>
<x path="Void"/>
</f>
<haxe_doc>Sets all `length` elements of `this` Vector to `value`.</haxe_doc>
</fill>
<blit public="1" params="T" set="method" line="186" static="1">
<blit public="1" params="T" set="method" line="184" static="1">
<f a="src:srcPos:dest:destPos:len">
<x path="haxe.ds.Vector"><c path="blit.T"/></x>
<x path="Int"/>
Expand All @@ -42845,14 +42845,14 @@
The results are unspecified if `length` results in out-of-bounds access,
or if `src` or `dest` are null</haxe_doc>
</blit>
<toArray public="1" get="inline" set="null" line="225" static="1">
<toArray public="1" get="inline" set="null" line="223" static="1">
<f a="this">
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
<c path="Array"><c path="haxe.ds.Vector.T"/></c>
</f>
<haxe_doc>Creates a new Array, copy the content from the Vector to it, and returns it.</haxe_doc>
</toArray>
<toData public="1" get="inline" set="null" line="254" static="1">
<toData public="1" get="inline" set="null" line="252" static="1">
<f a="this">
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
Expand All @@ -42861,7 +42861,7 @@

This returns the internal representation type.</haxe_doc>
</toData>
<fromData public="1" params="T" get="inline" set="null" line="264" static="1">
<fromData public="1" params="T" get="inline" set="null" line="262" static="1">
<f a="data">
<t path="haxe.ds._Vector.VectorData"><c path="fromData.T"/></t>
<x path="haxe.ds.Vector"><c path="fromData.T"/></x>
Expand All @@ -42872,7 +42872,7 @@

If `data` is null, the corresponding Vector is also `null`.</haxe_doc>
</fromData>
<fromArrayCopy public="1" params="T" get="inline" set="null" line="277" static="1">
<fromArrayCopy public="1" params="T" get="inline" set="null" line="275" static="1">
<f a="array">
<c path="Array"><c path="fromArrayCopy.T"/></c>
<x path="haxe.ds.Vector"><c path="fromArrayCopy.T"/></x>
Expand All @@ -42887,7 +42887,7 @@

If `array` is null, the result is unspecified.</haxe_doc>
</fromArrayCopy>
<copy public="1" params="T" get="inline" set="null" line="306" static="1">
<copy public="1" params="T" get="inline" set="null" line="304" static="1">
<f a="this">
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
<x path="haxe.ds.Vector"><c path="copy.T"/></x>
Expand All @@ -42898,7 +42898,7 @@
`a[i] == a.copy()[i]` is true for any valid `i`. However,
`a == a.copy()` is always false.</haxe_doc>
</copy>
<join public="1" params="T" get="inline" set="null" line="329" static="1">
<join public="1" params="T" get="inline" set="null" line="327" static="1">
<f a="this:sep">
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
<c path="String"/>
Expand All @@ -42916,7 +42916,7 @@

If `sep` is null, the result is unspecified.</haxe_doc>
</join>
<map public="1" params="S" get="inline" set="null" line="352" static="1">
<map public="1" params="S" get="inline" set="null" line="350" static="1">
<f a="this:f">
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
<f a="">
Expand All @@ -42931,7 +42931,7 @@

If `f` is null, the result is unspecified.</haxe_doc>
</map>
<sort public="1" get="inline" set="null" line="379" static="1">
<sort public="1" get="inline" set="null" line="377" static="1">
<f a="this:f">
<t path="haxe.ds._Vector.VectorData"><c path="haxe.ds.Vector.T"/></t>
<f a=":">
Expand Down
Loading

0 comments on commit 04ca024

Please sign in to comment.