1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Fixed dbgvis for Beefy::HashSet

This commit is contained in:
Brian Fiete 2020-01-29 16:27:27 -08:00
parent a84b8ba987
commit c74d99b1ab

View file

@ -532,7 +532,7 @@ Name = "[Value]"
Value = "*($T2*)&mValue"
[[Type]]
Name = "Beefy::HashSet<*>"
Name = "Beefy::HashSet<*, *>"
DisplayString = "{{ count={mCount - mFreeCount} }}"
[[Type.Expand.Item]]
Name = "[Count]"
@ -545,7 +545,7 @@ Key = "mKey"
Next = "mNext"
[[Type]]
Name = "Beefy::HashSet<*>::Entry"
Name = "Beefy::HashSet<*, *>::Entry"
DisplayString = "{{[{*($T1*)&mKey}]}}"
[[Type.Expand.Item]]
Name = "[Key]"