|
@@ -10,6 +10,16 @@
|
|
</Expand>
|
|
</Expand>
|
|
</Type>
|
|
</Type>
|
|
|
|
|
|
|
|
+ <Type Name="LocalVector<*>">
|
|
|
|
+ <Expand>
|
|
|
|
+ <Item Name="[size]">count</Item>
|
|
|
|
+ <ArrayItems>
|
|
|
|
+ <Size>count</Size>
|
|
|
|
+ <ValuePointer>data</ValuePointer>
|
|
|
|
+ </ArrayItems>
|
|
|
|
+ </Expand>
|
|
|
|
+ </Type>
|
|
|
|
+
|
|
<Type Name="PoolVector<*>">
|
|
<Type Name="PoolVector<*>">
|
|
<Expand>
|
|
<Expand>
|
|
<Item Name="[size]">alloc ? (alloc->size / sizeof($T1)) : 0</Item>
|
|
<Item Name="[size]">alloc ? (alloc->size / sizeof($T1)) : 0</Item>
|