aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/Sci.natvis
blob: 562dd7ae34244c52a052ebd1cd8485912b58fd97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?> 
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
  <Type Name="SplitVector&lt;*&gt;">
    <DisplayString>{{size = {lengthBody}}}</DisplayString>
    <Expand>
      <Item Name="[size]">lengthBody</Item>
      <Item Name="[capacity]">(size)</Item>
      <Item Name="[part1Length]">part1Length</Item>
      <Item Name="[gap]">gapLength</Item>
      <ArrayItems>
        <Size>part1Length</Size>
        <ValuePointer>body</ValuePointer>
      </ArrayItems>
      <ArrayItems>
        <Size>lengthBody-part1Length</Size>
        <ValuePointer>body+part1Length+gapLength</ValuePointer>
      </ArrayItems>
    </Expand>
  </Type>
</AutoVisualizer>