forked from Green-Sky/tomato
Green Sky
5c7231b7a3
git-subtree-dir: external/entt/entt git-subtree-split: fef921132cae7588213d0f9bcd2fb9c8ffd8b7fc
33 lines
1.3 KiB
XML
33 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
|
<Type Name="entt::basic_any<*>">
|
|
<DisplayString>{{ type={ info->alias,na }, policy={ mode,en } }}</DisplayString>
|
|
</Type>
|
|
<Type Name="entt::compressed_pair<*>">
|
|
<Intrinsic Name="first" Optional="true" Expression="((first_base*)this)->value"/>
|
|
<Intrinsic Name="first" Optional="true" Expression="*(first_base::base_type*)this"/>
|
|
<Intrinsic Name="second" Optional="true" Expression="((second_base*)this)->value"/>
|
|
<Intrinsic Name="second" Optional="true" Expression="*(second_base::base_type*)this"/>
|
|
<DisplayString >({ first() }, { second() })</DisplayString>
|
|
<Expand>
|
|
<Item Name="[first]">first()</Item>
|
|
<Item Name="[second]">second()</Item>
|
|
</Expand>
|
|
</Type>
|
|
<Type Name="entt::basic_hashed_string<*>">
|
|
<DisplayString Condition="base_type::repr != nullptr">{{ hash={ base_type::hash } }}</DisplayString>
|
|
<DisplayString>{{}}</DisplayString>
|
|
<Expand>
|
|
<Item Name="[data]">base_type::repr,na</Item>
|
|
<Item Name="[length]">base_type::length</Item>
|
|
</Expand>
|
|
</Type>
|
|
<Type Name="entt::type_info">
|
|
<DisplayString>{{ name={ alias,na } }}</DisplayString>
|
|
<Expand>
|
|
<Item Name="[hash]">identifier</Item>
|
|
<Item Name="[index]">seq</Item>
|
|
</Expand>
|
|
</Type>
|
|
</AutoVisualizer>
|