57 lines
1.8 KiB
Plaintext
57 lines
1.8 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
||
|
<Type Name="entt::delegate<*>">
|
||
|
<DisplayString>{{ type={ "$T1" } }}</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="[empty]">fn == nullptr</Item>
|
||
|
<Item Name="[data]">instance</Item>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
<Type Name="entt::basic_dispatcher<*>">
|
||
|
<Intrinsic Name="size" Expression="pools.first_base::value.packed.first_base::value.size()"/>
|
||
|
<DisplayString>{{ size={ size() } }}</DisplayString>
|
||
|
<Expand>
|
||
|
<Synthetic Name="[pools]">
|
||
|
<DisplayString>{ size() }</DisplayString>
|
||
|
<Expand>
|
||
|
<IndexListItems>
|
||
|
<Size>size()</Size>
|
||
|
<ValueNode>*pools.first_base::value.packed.first_base::value[$i].element.second</ValueNode>
|
||
|
</IndexListItems>
|
||
|
</Expand>
|
||
|
</Synthetic>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
<Type Name="entt::internal::dispatcher_handler<*>">
|
||
|
<DisplayString>{{ size={ events.size() }, event={ "$T1" } }}</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="[signal]">signal</Item>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
<Type Name="entt::emitter<*>">
|
||
|
<DisplayString>{{ size={ handlers.first_base::value.packed.first_base::value.size() } }}</DisplayString>
|
||
|
</Type>
|
||
|
<Type Name="entt::connection">
|
||
|
<DisplayString>{{ bound={ signal != nullptr } }}</DisplayString>
|
||
|
</Type>
|
||
|
<Type Name="entt::scoped_connection">
|
||
|
<DisplayString>{ conn }</DisplayString>
|
||
|
</Type>
|
||
|
<Type Name="entt::sigh<*>">
|
||
|
<DisplayString>{{ size={ calls.size() }, type={ "$T1" } }}</DisplayString>
|
||
|
<Expand>
|
||
|
<IndexListItems>
|
||
|
<Size>calls.size()</Size>
|
||
|
<ValueNode>calls[$i]</ValueNode>
|
||
|
</IndexListItems>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
<Type Name="entt::sink<*>">
|
||
|
<DisplayString>{{ type={ "$T1" } }}</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="[signal]">signal,na</Item>
|
||
|
<Item Name="[offset]">offset</Item>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
</AutoVisualizer>
|