🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.6 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
  3. <Type Name="entt::connection">
  4. <DisplayString>{{ bound={ signal != nullptr } }}</DisplayString>
  5. </Type>
  6. <Type Name="entt::delegate&lt;*&gt;">
  7. <DisplayString>{{ type={ "$T1" } }}</DisplayString>
  8. <Expand>
  9. <Item Name="[empty]">fn == nullptr</Item>
  10. <Item Name="[data]">instance</Item>
  11. </Expand>
  12. </Type>
  13. <Type Name="entt::dispatcher">
  14. <DisplayString>{{ size={ pools.size() } }}</DisplayString>
  15. <Expand>
  16. <Synthetic Name="[pools]">
  17. <DisplayString>{ pools.size() }</DisplayString>
  18. <Expand>
  19. <IndexListItems>
  20. <Size>pools.size()</Size>
  21. <ValueNode>*pools.packed.first_base::value[$i].element.second</ValueNode>
  22. </IndexListItems>
  23. </Expand>
  24. </Synthetic>
  25. </Expand>
  26. </Type>
  27. <Type Name="entt::internal::dispatcher_handler&lt;*&gt;">
  28. <DisplayString>{{ size={ events.size() }, event={ "$T1" } }}</DisplayString>
  29. <Expand>
  30. <Item Name="[signal]">signal</Item>
  31. </Expand>
  32. </Type>
  33. <Type Name="entt::scoped_connection">
  34. <DisplayString>{ conn }</DisplayString>
  35. </Type>
  36. <Type Name="entt::sigh&lt;*&gt;">
  37. <DisplayString>{{ size={ calls.size() }, type={ "$T1" } }}</DisplayString>
  38. <Expand>
  39. <IndexListItems>
  40. <Size>calls.size()</Size>
  41. <ValueNode>calls[$i]</ValueNode>
  42. </IndexListItems>
  43. </Expand>
  44. </Type>
  45. <Type Name="entt::sink&lt;*&gt;">
  46. <DisplayString>{{ type={ "$T1" } }}</DisplayString>
  47. <Expand>
  48. <Item Name="[signal]">signal,na</Item>
  49. <Item Name="[offset]">offset</Item>
  50. </Expand>
  51. </Type>
  52. </AutoVisualizer>